Re: [PATCH 3/3] block: Remove kblockd_schedule_delayed_work{,_on}()

2018-01-19 Thread Mike Snitzer
On Fri, Jan 19 2018 at 11:58am -0500, Bart Van Assche wrote: > The previous patch removed all users of these two functions. Hence > also remove the functions themselves. > > Signed-off-by: Bart Van Assche Reviewed-by: Mike Snitzer

[PATCH 3/3] block: Remove kblockd_schedule_delayed_work{,_on}()

2018-01-19 Thread Bart Van Assche
The previous patch removed all users of these two functions. Hence also remove the functions themselves. Signed-off-by: Bart Van Assche --- block/blk-core.c | 14 -- include/linux/blkdev.h | 2 -- 2 files changed, 16 deletions(-) diff --git a/block/blk-core.c b/block/blk-core