aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorWang Shilong <wangsl-fnst@cn.fujitsu.com>2013-02-27 06:21:40 -0500
committerJosef Bacik <jbacik@fusionio.com>2013-03-01 10:13:04 -0500
commit235fdb8ef2a313749cf3a42e70156c618263a388 (patch)
tree45153c94dfcc76f1e4c9dade4f5265401b56ca70 /fs
parent84cbe2f725f59b72fffb48ab7161e771eeee5103 (diff)
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>
Diffstat (limited to 'fs')
-rw-r--r--fs/btrfs/qgroup.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/btrfs/qgroup.c b/fs/btrfs/qgroup.c
index 69fa487e29ce..aee4b1cc3d98 100644
--- a/fs/btrfs/qgroup.c
+++ b/fs/btrfs/qgroup.c
@@ -742,9 +742,6 @@ static int btrfs_clean_quota_tree(struct btrfs_trans_handle *trans,
742 int ret; 742 int ret;
743 int nr = 0; 743 int nr = 0;
744 744
745 if (!root)
746 return -EINVAL;
747
748 path = btrfs_alloc_path(); 745 path = btrfs_alloc_path();
749 if (!path) 746 if (!path)
750 return -ENOMEM; 747 return -ENOMEM;