Displaying 1 result from an estimated 1 matches for "msg22256".
Did you mean:
msg02259
2013 Aug 30
3
[PATCH] btrfs: commit transaction after deleting a subvolume
...nces after a transaction is not committed
when a subvolume is deleted, so in case of a crash before an actual
commit happens will let the subvolume reappear.
Original post:
http://www.spinics.net/lists/linux-btrfs/msg22088.html
Josef''s objections:
http://www.spinics.net/lists/linux-btrfs/msg22256.html
While there''s no need to do a full commit for regular files, a subvolume
may get a different treatment.
http://www.spinics.net/lists/linux-btrfs/msg23087.html:
"That a subvol/snapshot may appear after crash if transation commit did
not happen does not feel so good. We know tha...