From: Qu Wenruo Date: Mon, 20 Apr 2015 01:53:50 +0000 (+0800) Subject: btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots. X-Git-Tag: omap-for-v4.2/fixes-rc1^2~69^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9086db86e0b09c39abead4d747119695553e3978;p=pandora-kernel.git btrfs: qgroup: Add the ability to skip given qgroup for old/new_roots. This is used by later qgroup fix patches for snapshot. As current snapshot accounting is done by btrfs_qgroup_inherit(), but new extent oriented quota mechanism will account extent from btrfs_copy_root() and other snapshot things, causing wrong result. So add this ability to handle snapshot accounting. Signed-off-by: Qu Wenruo Signed-off-by: Chris Mason --- Reading git-diff-tree failed