Re: [PATCH] writeback: make try_to_writeback_inodes_sb_nr() static

2017-10-09 Thread Christoph Hellwig
On Mon, Oct 09, 2017 at 10:36:30AM +0300, Rakesh Pandit wrote: > Since commit 925a6efb8ff0c ("Btrfs: stop using > try_to_writeback_inodes_sb_nr to flush delalloc") this function hasn't > been used outside so stop exporting it. It also only has a single caller left, so we might want to just inline

[PATCH] writeback: make try_to_writeback_inodes_sb_nr() static

2017-10-09 Thread Rakesh Pandit
Since commit 925a6efb8ff0c ("Btrfs: stop using try_to_writeback_inodes_sb_nr to flush delalloc") this function hasn't been used outside so stop exporting it. Signed-off-by: Rakesh Pandit --- fs/fs-writeback.c | 6 +++--- include/linux/writeback.h | 2 -- 2 files changed, 3 insertions(+),