Skip to content
Commit 9f3a7427 authored by Chris Mason's avatar Chris Mason Committed by David Woodhouse
Browse files

Btrfs: Do snapshot deletion in smaller chunks.



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: default avatarChris Mason <chris.mason@oracle.com>
parent 8578f0f1
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment