]> 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)
commitb6df0416bdfc99fe83c2f568f53f23e608f2f477
treeaf18fc9e1c037f23d7660581e9aa138458a83ff2
parente575cdf12b8d51e0d6e843967f2960a0c3d52f3f
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