]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - block/bsg-lib.c
scsi: fc: use bsg_softirq_done
[mirror_ubuntu-bionic-kernel.git] / block / bsg-lib.c
index 9f1e8fde924aeda47072c8f621fd0dcf504a4cdc..6661f823db4c465ca13b78bc3b54fc3dbcbe2de0 100644 (file)
@@ -85,12 +85,13 @@ EXPORT_SYMBOL_GPL(bsg_job_done);
  * bsg_softirq_done - softirq done routine for destroying the bsg requests
  * @rq: BSG request that holds the job to be destroyed
  */
-static void bsg_softirq_done(struct request *rq)
+void bsg_softirq_done(struct request *rq)
 {
        struct bsg_job *job = rq->special;
 
        kref_put(&job->kref, bsg_destroy_job);
 }
+EXPORT_SYMBOL_GPL(bsg_softirq_done);
 
 static int bsg_map_buffer(struct bsg_buffer *buf, struct request *req)
 {