summaryrefslogtreecommitdiffstats
path: root/fs/pnode.c
diff options
context:
space:
mode:
authorWang Shilong <wangsl-fnst@cn.fujitsu.com>2013-04-07 12:50:20 +0200
committerJosef Bacik <jbacik@fusionio.com>2013-05-06 21:54:41 +0200
commitddb47afa50f2f2713ef28d22380d3bf8fae648db (patch)
tree21b006b1068044a04abec8228ace43f0cff96c53 /fs/pnode.c
parentBtrfs: fix missing check in the btrfs_qgroup_inherit() (diff)
downloadlinux-ddb47afa50f2f2713ef28d22380d3bf8fae648db.tar.xz
linux-ddb47afa50f2f2713ef28d22380d3bf8fae648db.zip
Btrfs: fix a warning when updating qgroup limit
Step to reproduce: mkfs.btrfs <disk> mount <disk> <mnt> btrfs quota enable <mnt> btrfs qgroup limit 0/1 <mnt> dmesg If the relative qgroup dosen't exist, flag 'BTRFS_QGROUP_STATUS_ FLAG_INCONSISTENT' will be set, and print the noise message. This is wrong, we can just move find_qgroup_rb() before update_qgroup_limit_item().this dosen't change the logic of the function. But it can avoid unnecessary noise message and wrong set of flag. Signed-off-by: Wang Shilong <wangsl-fnst@cn.fujitsu.com> Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Diffstat (limited to 'fs/pnode.c')
0 files changed, 0 insertions, 0 deletions