[PATCH 40/42] btrfs: drop min_size from evict_refill_and_join

2018-10-12 Thread Josef Bacik
We don't need it, rsv->size is set once and never changes throughout its lifetime, so just use that for the reserve size. Reviewed-by: David Sterba Signed-off-by: Josef Bacik --- fs/btrfs/inode.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/fs/btrfs/inod

[PATCH 40/42] btrfs: drop min_size from evict_refill_and_join

2018-10-11 Thread Josef Bacik
We don't need it, rsv->size is set once and never changes throughout its lifetime, so just use that for the reserve size. Reviewed-by: David Sterba Signed-off-by: Josef Bacik --- fs/btrfs/inode.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/fs/btrfs/inod

Re: [PATCH 40/42] btrfs: drop min_size from evict_refill_and_join

2018-10-03 Thread David Sterba
On Fri, Sep 28, 2018 at 07:18:19AM -0400, Josef Bacik wrote: > 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 Reviewed-by: David Sterba

[PATCH 40/42] btrfs: drop min_size from evict_refill_and_join

2018-09-28 Thread Josef Bacik
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 --- fs/btrfs/inode.c | 16 ++-- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c inde