Commit 0a4eaea892a479aeebccde65986b27cfb6e33a78

Authored by David Sterba
Committed by Chris Mason
1 parent 14f5979633

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>

Showing 1 changed file with 0 additions and 5 deletions Side-by-side Diff

fs/btrfs/transaction.c
... ... @@ -1617,11 +1617,6 @@
1617 1617 int ret;
1618 1618  
1619 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 1620 if (ret)
1626 1621 return ret;
1627 1622