]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: Do not reassign count in btrfs_run_delayed_refs
authorGoldwyn Rodrigues <rgoldwyn@suse.com>
Thu, 22 Sep 2016 19:11:47 +0000 (14:11 -0500)
committerDavid Sterba <dsterba@suse.com>
Mon, 26 Sep 2016 17:37:06 +0000 (19:37 +0200)
commitbe739016b768b204bfd9dd7343b504b6de648d61
treeaf18fc9e1c037f23d7660581e9aa138458a83ff2
parent6345637861b39f18cad5dbfe9c184fbd9202193d
btrfs: Do not reassign count in btrfs_run_delayed_refs

Code cleanup. count is already (unsgined long)-1. That is the reason
run_all was set. Do not reassign it (unsigned long)-1.

Signed-off-by: Goldwyn Rodrigues <rgoldwyn@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c