aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorJosef Bacik <jbacik@fb.com>2015-03-02 12:51:02 -0500
committerChris Mason <clm@fb.com>2015-03-05 17:28:30 -0800
commitf5c0a122800c301eecef93275b0c5d58bb4c15d9 (patch)
treecd7cc68d0675508f3982afa3398908759552ee03 /fs
parentBtrfs: incremental send, don't rename a directory too soon (diff)
downloadlinux-dev-f5c0a122800c301eecef93275b0c5d58bb4c15d9.tar.xz
linux-dev-f5c0a122800c301eecef93275b0c5d58bb4c15d9.zip
Btrfs: remove extra run_delayed_refs in update_cowonly_root
This got added with my dirty_bgs patch, it's not needed. Thanks, Signed-off-by: Josef Bacik <jbacik@fb.com> Signed-off-by: Chris Mason <clm@fb.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/btrfs/transaction.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c
index 038fcf6051e0..323c6541d3dc 100644
--- a/fs/btrfs/transaction.c
+++ b/fs/btrfs/transaction.c
@@ -1052,9 +1052,6 @@ static int update_cowonly_root(struct btrfs_trans_handle *trans,
ret = btrfs_run_delayed_refs(trans, root, (unsigned long)-1);
if (ret)
return ret;
- ret = btrfs_run_delayed_refs(trans, root, (unsigned long)-1);
- if (ret)
- return ret;
}
return 0;