commit | 531cb13f1e417c060b54f979e1659ecd69bea650 | [log] [tgz] |
---|---|---|
author | Sage Weil <sage@newdream.net> | Fri Oct 29 15:41:32 2010 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Fri Oct 29 21:42:10 2010 -0400 |
tree | 6b421ac1ddf7cad271cd0c767f0c19e6c4f826df | |
parent | 72fd032e94240d001b1d22f2c1dfd2592b02e44e [diff] |
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 <sage@newdream.net> Signed-off-by: Chris Mason <chris.mason@oracle.com>