Skip to content

Commit

Permalink
btrfs: remove stale comment from btrfs_flush_all_pending_stuffs
Browse files Browse the repository at this point in the history
Commit fcebe45 (Btrfs: rework qgroup
accounting) removed the qgroup accounting after delayed refs.

Signed-off-by: David Sterba <dsterba@suse.cz>
  • Loading branch information
David Sterba authored and Chris Mason committed Jul 3, 2014
1 parent 14f5979 commit 0a4eaea
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fs/btrfs/transaction.c
Original file line number Diff line number Diff line change
Expand Up @@ -1617,11 +1617,6 @@ static int btrfs_flush_all_pending_stuffs(struct btrfs_trans_handle *trans,
int ret;

ret = btrfs_run_delayed_items(trans, root);
/*
* running the delayed items may have added new refs. account
* them now so that they hinder processing of more delayed refs
* as little as possible.
*/
if (ret)
return ret;

Expand Down

0 comments on commit 0a4eaea

Please sign in to comment.