From: Sage Weil Date: Fri, 29 Oct 2010 19:41:32 +0000 (-0400) Subject: Btrfs: make SNAP_DESTROY async X-Git-Tag: v2.6.37-rc1~19^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=531cb13f1e417c060b54f979e1659ecd69bea650;p=pandora-kernel.git Btrfs: make SNAP_DESTROY async There is no reason to force an immediate commit when deleting a snapshot. Users have some expectation that space from a deleted snapshot be freed immediately, but even if we do commit the reclaim is a background process. If users _do_ want the deletion to be durable, they can call 'sync'. Signed-off-by: Sage Weil Signed-off-by: Chris Mason --- Reading git-diff-tree failed