]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - fs/btrfs/inode.c
btrfs: drop min_size from evict_refill_and_join
authorJosef Bacik <josef@toxicpanda.com>
Fri, 28 Sep 2018 11:18:19 +0000 (07:18 -0400)
committerDavid Sterba <dsterba@suse.com>
Mon, 15 Oct 2018 15:23:39 +0000 (17:23 +0200)
commitad80cf50c3f09a88eed918feeb95edaaf8d72b0a
tree36b9893a486e657c39f5efca0dd9e22f1675c38a
parente187831e1875b2754a3ba3c683bd277d4a5f7be8
btrfs: drop min_size from evict_refill_and_join

We don't need it, rsv->size is set once and never changes throughout
its lifetime, so just use that for the reserve size.

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