OSDN Git Service

btrfs: remove always true condition in btrfs_start_delalloc_roots
authorNikolay Borisov <nborisov@suse.com>
Mon, 11 Jan 2021 10:58:12 +0000 (12:58 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 8 Feb 2021 21:58:51 +0000 (22:58 +0100)
commitd7830b7155ab43952ec8f2b95f326f63936ecd03
tree0eb341136d768263a1635fa34a2cbd546880de49
parent9db4dc241e87fccd8301357d5ef908f40b50f2e3
btrfs: remove always true condition in btrfs_start_delalloc_roots

Following the rework in e076ab2a2ca7 ("btrfs: shrink delalloc pages
instead of full inodes") the nr variable is no longer passed by
reference to start_delalloc_inodes hence it cannot change. Additionally
we are always guaranteed for it to be positive number hence it's
redundant to have it as a condition in the loop. Simply remove that
usage.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Nikolay Borisov <nborisov@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/inode.c