diff options
| -rw-r--r-- | fs/btrfs/transaction.c | 3 |
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, | |||
| 1052 | ret = btrfs_run_delayed_refs(trans, root, (unsigned long)-1); | 1052 | ret = btrfs_run_delayed_refs(trans, root, (unsigned long)-1); |
| 1053 | if (ret) | 1053 | if (ret) |
| 1054 | return ret; | 1054 | return ret; |
| 1055 | ret = btrfs_run_delayed_refs(trans, root, (unsigned long)-1); | ||
| 1056 | if (ret) | ||
| 1057 | return ret; | ||
| 1058 | } | 1055 | } |
| 1059 | 1056 | ||
| 1060 | return 0; | 1057 | return 0; |
