aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2014-06-20 05:31:44 -0400
committerChris Mason <clm@fb.com>2014-07-03 10:04:12 -0400
commit0a4eaea892a479aeebccde65986b27cfb6e33a78 (patch)
tree8d0b11e17420549297570e823855e8eccd146935
parent14f5979633a67de81b9bd4a36a0eb99125728f9b (diff)
btrfs: remove stale comment from btrfs_flush_all_pending_stuffs
Commit fcebe4562dec83b3f8d3088d77584727b09130b2 (Btrfs: rework qgroup accounting) removed the qgroup accounting after delayed refs. Signed-off-by: David Sterba <dsterba@suse.cz>
-rw-r--r--fs/btrfs/transaction.c5
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