From bd1ac1fb1d33188eaa7834af215e78ab41166d7a Mon Sep 17 00:00:00 2001 From: Tsutomu Itoh Date: Thu, 15 Dec 2016 13:29:28 +0900 Subject: btrfs-progs: qgroup: add sync option to 'qgroup show' The 'qgroup show' command does not synchronize filesystem. Therefore, 'qgroup show' may not display the correct value unless synchronized with 'filesystem sync' command etc. So add the '--sync' option so that we can choose whether or not to synchronize when executing the command. Signed-off-by: Tsutomu Itoh Signed-off-by: David Sterba --- Documentation/btrfs-qgroup.asciidoc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Documentation/btrfs-qgroup.asciidoc') diff --git a/Documentation/btrfs-qgroup.asciidoc b/Documentation/btrfs-qgroup.asciidoc index 438dbc7d..3053f2e6 100644 --- a/Documentation/btrfs-qgroup.asciidoc +++ b/Documentation/btrfs-qgroup.asciidoc @@ -126,6 +126,10 @@ Prefix \'+' means ascending order and \'-' means descending order of . If no prefix is given, use ascending order by default. + If multiple s is given, use comma to separate. ++ +--sync:::: +To retrieve information after updating the state of qgroups, +force sync of the filesystem identified by before getting information. EXIT STATUS ----------- -- cgit v1.2.3