Re: [PATCH] block: drop q argument from bsg_validate_sgv4_hdr

2016-11-03 Thread Jens Axboe
On 11/03/2016 03:38 AM, Johannes Thumshirn wrote: bsg_validate_sgv4_hdr() doesn't care about the request_queue, so drop it from it's arguments. Thanks, applied. -- Jens Axboe

[PATCH] block: drop q argument from bsg_validate_sgv4_hdr

2016-11-03 Thread Johannes Thumshirn
bsg_validate_sgv4_hdr() doesn't care about the request_queue, so drop it from it's arguments. Signed-off-by: Johannes Thumshirn --- block/bsg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/block/bsg.c b/block/bsg.c index d214e92..8a05a40 100644 --- a/block/bsg.c +++ b/