Re: [PATCH] block: remove unused members for io_context
On 10/20/20 3:22 AM, Yufen Yu wrote: > After removing blk-sq code, there is no user of nr_batch_requests > and last_waited in kernel. Applied, thanks. -- Jens Axboe
[PATCH] block: remove unused members for io_context
After removing blk-sq code, there is no user of nr_batch_requests and last_waited in kernel. Signed-off-by: Yufen Yu --- include/linux/iocontext.h | 6 -- 1 file changed, 6 deletions(-) diff --git a/include/linux/iocontext.h b/include/linux/iocontext.h index 1dcd9198beb7..0a9dc40b7be8 10064