Re: [PATCH] btrfs: remove unused function btrfs_async_submit_limit()

2018-02-19 Thread David Sterba
On Thu, Feb 15, 2018 at 10:29:10AM +0200, Nikolay Borisov wrote: > On 15.02.2018 05:36, Anand Jain wrote: > > Commit [1] removed the need to use btrfs_async_submit_limit(), so > > delete it. > > > > [1] > > commit 736cd52e0c720103f52ab9da47b6cc3af6b083f6 > > Btrfs: remove nr_async_submits and

Re: [PATCH] btrfs: remove unused function btrfs_async_submit_limit()

2018-02-15 Thread Nikolay Borisov
On 15.02.2018 05:36, Anand Jain wrote: > Commit [1] removed the need to use btrfs_async_submit_limit(), so > delete it. > > [1] > commit 736cd52e0c720103f52ab9da47b6cc3af6b083f6 > Btrfs: remove nr_async_submits and async_submit_draining > > Signed-off-by: Anand Jain

[PATCH] btrfs: remove unused function btrfs_async_submit_limit()

2018-02-14 Thread Anand Jain
Commit [1] removed the need to use btrfs_async_submit_limit(), so delete it. [1] commit 736cd52e0c720103f52ab9da47b6cc3af6b083f6 Btrfs: remove nr_async_submits and async_submit_draining Signed-off-by: Anand Jain --- fs/btrfs/disk-io.c | 8 fs/btrfs/disk-io.h