scsi: core: Unexport scsi_initialize_rq()
Commit 651a013649
("scsi: scsi_transport_sas: switch to bsg-lib for
SMP passthrough") removed the only call to scsi_initialize_rq() from
outside the SCSI core. Hence unexport scsi_initialize_rq().
Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Hannes Reinecke <hare@suse.com>
Cc: Johannes Thumshirn <jthumshirn@suse.de>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Родитель
af6f930ea9
Коммит
e4c9470b9f
|
@ -1145,7 +1145,7 @@ EXPORT_SYMBOL(scsi_init_io);
|
|||
* Called from inside blk_get_request() for pass-through requests and from
|
||||
* inside scsi_init_command() for filesystem requests.
|
||||
*/
|
||||
void scsi_initialize_rq(struct request *rq)
|
||||
static void scsi_initialize_rq(struct request *rq)
|
||||
{
|
||||
struct scsi_cmnd *cmd = blk_mq_rq_to_pdu(rq);
|
||||
|
||||
|
@ -1153,7 +1153,6 @@ void scsi_initialize_rq(struct request *rq)
|
|||
cmd->jiffies_at_alloc = jiffies;
|
||||
cmd->retries = 0;
|
||||
}
|
||||
EXPORT_SYMBOL(scsi_initialize_rq);
|
||||
|
||||
/* Add a command to the list used by the aacraid and dpt_i2o drivers */
|
||||
void scsi_add_cmd_to_list(struct scsi_cmnd *cmd)
|
||||
|
|
|
@ -171,7 +171,6 @@ extern void *scsi_kmap_atomic_sg(struct scatterlist *sg, int sg_count,
|
|||
extern void scsi_kunmap_atomic_sg(void *virt);
|
||||
|
||||
extern int scsi_init_io(struct scsi_cmnd *cmd);
|
||||
extern void scsi_initialize_rq(struct request *rq);
|
||||
|
||||
extern int scsi_dma_map(struct scsi_cmnd *cmd);
|
||||
extern void scsi_dma_unmap(struct scsi_cmnd *cmd);
|
||||
|
|
Загрузка…
Ссылка в новой задаче