Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0a4eaea8 authored by David Sterba's avatar David Sterba Committed by Chris Mason
Browse files

btrfs: remove stale comment from btrfs_flush_all_pending_stuffs



Commit fcebe456 (Btrfs: rework qgroup
accounting) removed the qgroup accounting after delayed refs.

Signed-off-by: default avatarDavid Sterba <dsterba@suse.cz>
parent 14f59796
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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;