projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84471e2
)
Btrfs: remove extra run_delayed_refs in update_cowonly_root
author
Josef Bacik
<jbacik@fb.com>
Mon, 2 Mar 2015 17:51:02 +0000
(12:51 -0500)
committer
Chris Mason
<clm@fb.com>
Fri, 6 Mar 2015 01:28:30 +0000
(17:28 -0800)
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>
fs/btrfs/transaction.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/btrfs/transaction.c
b/fs/btrfs/transaction.c
index 038fcf6051e001a9e2f876468b9b4f91956f6e45..323c6541d3dca1e5cf68032933e8a4666bb534c6 100644
(file)
--- 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;