Re: [PATCH -next] btrfs: Remove unused function calc_global_rsv_need_space()

2020-09-10 Thread David Sterba
On Wed, Sep 09, 2020 at 09:51:42PM +0800, YueHaibing wrote: > It is not used since commit 0096420adb03 ("btrfs: do not > account global reserve in can_overcommit") > > Signed-off-by: YueHaibing Added to misc-next, thanks.

Re: [PATCH -next] btrfs: Remove unused function calc_global_rsv_need_space()

2020-09-10 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn

Re: [PATCH -next] btrfs: Remove unused function calc_global_rsv_need_space()

2020-09-09 Thread Anand Jain
On 9/9/20 9:51 pm, YueHaibing wrote: It is not used since commit 0096420adb03 ("btrfs: do not account global reserve in can_overcommit") Signed-off-by: YueHaibing Reviewed-by: Anand Jain Thanks, Anand

[PATCH -next] btrfs: Remove unused function calc_global_rsv_need_space()

2020-09-09 Thread YueHaibing
It is not used since commit 0096420adb03 ("btrfs: do not account global reserve in can_overcommit") Signed-off-by: YueHaibing --- fs/btrfs/space-info.c | 5 - 1 file changed, 5 deletions(-) diff --git a/fs/btrfs/space-info.c b/fs/btrfs/space-info.c index b733718f45d3..0f16a2ce5401 100644 --