summaryrefslogtreecommitdiffstats
path: root/include/linux/bsg-lib.h
diff options
context:
space:
mode:
authorJens Axboe2018-10-26 19:27:02 +0200
committerJens Axboe2018-11-07 21:42:32 +0100
commit5e28b8d8a1b03ce86f33d38a64a4983d2b5c7679 (patch)
tree382c53cb1bda1974b9a29917a78c6fa59b41350c /include/linux/bsg-lib.h
parentbsg: pass in desired timeout handler (diff)
downloadkernel-qcow2-linux-5e28b8d8a1b03ce86f33d38a64a4983d2b5c7679.tar.gz
kernel-qcow2-linux-5e28b8d8a1b03ce86f33d38a64a4983d2b5c7679.tar.xz
kernel-qcow2-linux-5e28b8d8a1b03ce86f33d38a64a4983d2b5c7679.zip
bsg: provide bsg_remove_queue() helper
All drivers do unregister + cleanup, provide a helper for that. Cc: linux-scsi@vger.kernel.org Reviewed-by: Hannes Reinecke <hare@suse.com> Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Reviewed-by: Christoph Hellwig <hch@lst.de> Tested-by: Benjamin Block <bblock@linux.vnet.ibm.com> Tested-by: Ming Lei <ming.lei@redhat.com> Reviewed-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/bsg-lib.h')
-rw-r--r--include/linux/bsg-lib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/bsg-lib.h b/include/linux/bsg-lib.h
index b13ae143e7ef..9c9b134b1fa5 100644
--- a/include/linux/bsg-lib.h
+++ b/include/linux/bsg-lib.h
@@ -73,6 +73,7 @@ void bsg_job_done(struct bsg_job *job, int result,
unsigned int reply_payload_rcv_len);
struct request_queue *bsg_setup_queue(struct device *dev, const char *name,
bsg_job_fn *job_fn, rq_timed_out_fn *timeout, int dd_job_size);
+void bsg_remove_queue(struct request_queue *q);
void bsg_job_put(struct bsg_job *job);
int __must_check bsg_job_get(struct bsg_job *job);