Btrfs: Do snapshot deletion in smaller chunks.
authorChris Mason <chris.mason@oracle.com>
Tue, 7 Aug 2007 19:52:19 +0000 (15:52 -0400)
committerDavid Woodhouse <dwmw2@hera.kernel.org>
Tue, 7 Aug 2007 19:52:19 +0000 (15:52 -0400)
Before, snapshot deletion was a single atomic unit.  This caused considerable
lock contention and required an unbounded amount of space.  Now,
the drop_progress field in the root item is used to indicate how far along
snapshot deletion is, and to resume where it left off.

Signed-off-by: Chris Mason <chris.mason@oracle.com>

No differences found