diff options
-rw-r--r-- | fs/btrfs/transaction.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fs/btrfs/transaction.c b/fs/btrfs/transaction.c index a32ad65b6cdc..98e76a333596 100644 --- a/fs/btrfs/transaction.c +++ b/fs/btrfs/transaction.c | |||
@@ -1617,11 +1617,6 @@ static int btrfs_flush_all_pending_stuffs(struct btrfs_trans_handle *trans, | |||
1617 | int ret; | 1617 | int ret; |
1618 | 1618 | ||
1619 | ret = btrfs_run_delayed_items(trans, root); | 1619 | ret = btrfs_run_delayed_items(trans, root); |
1620 | /* | ||
1621 | * running the delayed items may have added new refs. account | ||
1622 | * them now so that they hinder processing of more delayed refs | ||
1623 | * as little as possible. | ||
1624 | */ | ||
1625 | if (ret) | 1620 | if (ret) |
1626 | return ret; | 1621 | return ret; |
1627 | 1622 | ||