]> Pileus Git - ~andy/linux/commit
Btrfs: remove reduplicate check about root in the function btrfs_clean_quota_tree
authorWang Shilong <wangsl-fnst@cn.fujitsu.com>
Wed, 27 Feb 2013 11:21:40 +0000 (11:21 +0000)
committerJosef Bacik <jbacik@fusionio.com>
Fri, 1 Mar 2013 15:13:04 +0000 (10:13 -0500)
commit235fdb8ef2a313749cf3a42e70156c618263a388
tree45153c94dfcc76f1e4c9dade4f5265401b56ca70
parent84cbe2f725f59b72fffb48ab7161e771eeee5103
Btrfs: remove reduplicate check about root in the function btrfs_clean_quota_tree

The check work has been done just before the function btrfs_clean_quota_tree
is called, it is not necessary to check it again, remove it.

Signed-off-by: Wang Shilong <wangsl-fnst@cn.fujitsu.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
fs/btrfs/qgroup.c