Re: [PATCH] block: remove blkdev_entry_to_request() macro

2018-07-13 Thread Jens Axboe
On 7/13/18 8:07 AM, Vladimir Zapolskiy wrote: > Remove blkdev_entry_to_request() macro, which remained unused through > the observable history, also note that it repeats list_entry_rq() macro > verbatim. Applied, thanks. -- Jens Axboe

[PATCH] block: remove blkdev_entry_to_request() macro

2018-07-13 Thread Vladimir Zapolskiy
Remove blkdev_entry_to_request() macro, which remained unused through the observable history, also note that it repeats list_entry_rq() macro verbatim. Signed-off-by: Vladimir Zapolskiy --- include/linux/blkdev.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/linux/blkdev.h b/inclu