btrfs-progs: ignore orphaned qgroups by default
authorMark Fasheh <mfasheh@suse.de>
Tue, 8 Jul 2014 20:41:57 +0000 (13:41 -0700)
committerDavid Sterba <dsterba@suse.cz>
Fri, 22 Aug 2014 13:04:50 +0000 (15:04 +0200)
commitfaf540ec7ebc242eee7f09929ebbd5989c183653
tree44f6bd253793135e6b14bac309efaca2a6f3a06f
parent81be797c264cfa2e4f8e76624aa678a8013338a4
btrfs-progs: ignore orphaned qgroups by default

qgroup items are not deleted by btrfs when the underlying subvolume goes
away. As a result, btrfsck will print those as inconsistent. This can
clutter up the printout so we ignore them by default. They are still printed
if a full report (via --qgroup-report) is requested.

This patch and the ones it depends on (to do qgroup verification) can be
found at:

https://github.com/markfasheh/btrfs-progs-patches/tree/qgroup-verify

Signed-off-by: Mark Fasheh <mfasheh@suse.de>
Signed-off-by: David Sterba <dsterba@suse.cz>
qgroup-verify.c