The new -y option says yes to clear the seeding flag, this is to facilitate scripting.
Signed-off-by: Gui Hecheng <[email protected]> --- Documentation/btrfstune.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/btrfstune.txt b/Documentation/btrfstune.txt index bf44bdf..2406b0b 100644 --- a/Documentation/btrfstune.txt +++ b/Documentation/btrfstune.txt @@ -24,7 +24,10 @@ Enable seeding forces a fs readonly so that you can use it to build other filesy Enable extended inode refs. -x:: Enable skinny metadata extent refs. - +-y:: +Say yes to clear the seeding flag. +Clear the seeding flag may cause the original filesystem to be writable which is dangerous. +So you need to confirm that you really want to clear it. EXIT STATUS ----------- -- 1.8.1.4 -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
