]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
btrfs: remove stale comment from btrfs_flush_all_pending_stuffs
authorDavid Sterba <dsterba@suse.cz>
Fri, 20 Jun 2014 09:31:44 +0000 (11:31 +0200)
committerChris Mason <clm@fb.com>
Thu, 3 Jul 2014 14:04:12 +0000 (07:04 -0700)
Commit fcebe4562dec83b3f8d3088d77584727b09130b2 (Btrfs: rework qgroup
accounting) removed the qgroup accounting after delayed refs.

Signed-off-by: David Sterba <dsterba@suse.cz>
fs/btrfs/transaction.c

index a32ad65b6cdc8ede31a60d2499d55108739e9a4b..98e76a333596b272d6c83cdd816cc1fc0a05f56f 100644 (file)
@@ -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;