]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit563ae5b060f5c57adf32451c18660e3d1e213de6
tree36b9893a486e657c39f5efca0dd9e22f1675c38a
parent8fb895267db96a819b1cc7c15d978caf20768813
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