]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
block: drop q argument from bsg_validate_sgv4_hdr
authorJohannes Thumshirn <jthumshirn@suse.de>
Thu, 3 Nov 2016 09:38:54 +0000 (03:38 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 3 Nov 2016 13:56:14 +0000 (07:56 -0600)
commit46f3cc176210b2db5db89d9c0e62796cad7e3cdc
tree5a0def03929392caf34a59c08aa7c7b5fe0b2e18
parenta6eaa8849f92a40f8894d6d0dcab2c16243aaf20
block: drop q argument from bsg_validate_sgv4_hdr

bsg_validate_sgv4_hdr() doesn't care about the request_queue, so drop it
from it's arguments.

Signed-off-by: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/bsg.c