scsi: move scsi_dispatch_cmd to scsi_lib.c
authorChristoph Hellwig <hch@lst.de>
Sat, 6 Sep 2014 01:23:07 +0000 (18:23 -0700)
committerChristoph Hellwig <hch@lst.de>
Mon, 24 Nov 2014 18:57:03 +0000 (19:57 +0100)
scsi_lib.c is where the rest of the I/O submission path lives, so move
scsi_dispatch_cmd there and mark it static.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Bart Van Assche <bvanassche@acm.org>
Reviewed-by: Hannes Reinecke <hare@suse.de>

No differences found