btrfs-progs: docs: adjust wording for subvol delete
authorDavid Sterba <dsterba@suse.com>
Wed, 19 Jul 2017 19:01:30 +0000 (21:01 +0200)
committerDavid Sterba <dsterba@suse.com>
Thu, 20 Jul 2017 15:43:44 +0000 (17:43 +0200)
Slightly update the text about deletion after the discussion on IRC.

Signed-off-by: David Sterba <dsterba@suse.com>
Documentation/btrfs-subvolume.asciidoc

index 3419b13..5cfe885 100644 (file)
@@ -66,10 +66,13 @@ If <subvolume> is not a subvolume, btrfs returns an error but continues if
 there are more arguments to process.
 +
 The corresponding directory is removed instantly but the data blocks are
-removed later.  The deletion does not involve full commit by default due to
-performance reasons (as a consequence, the subvolume may appear again after a
-crash).  Use one of the '--commit' options to wait until the operation is safely
-stored on the media.
+removed later in the background. The command returns immediatelly. See `btrfs
+subvolume sync` how to wait until the subvolume gets completely removed.
++
+The deletion does not involve full transaction commit by default due to
+performance reasons.  As a consequence, the subvolume may appear again after a
+crash.  Use one of the '--commit' options to wait until the operation is
+safely stored on the device.
 +
 `Options`
 +