Skip to content
Permalink
Browse files
scsi: core: Unexport scsi_track_queue_full()
Commit 408dea0 ("[PATCH] kill scsi_syms.c") exported
scsi_track_queue_full() and introduced a call to that function in
drivers/scsi/tmscsim.c. Commit 71bd849 ("tmscsim: replace by am53c974
driver") removed source file drivers/scsi/tmscsim.c. Since
scsi_track_queue_full() is no longer used outside the SCSI core, unexport
this function.

Cc: Hannes Reinecke <hare@suse.de>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
  • Loading branch information
bvanassche committed Nov 16, 2021
1 parent 29f4376 commit 780b21da86bb3ac2cdc59bf156b9e9faba854bd2
Showing 1 changed file with 0 additions and 1 deletion.
@@ -276,7 +276,6 @@ int scsi_track_queue_full(struct scsi_device *sdev, int depth)

return scsi_change_queue_depth(sdev, depth);
}
EXPORT_SYMBOL(scsi_track_queue_full);

/**
* scsi_vpd_inquiry - Request a device provide us with a VPD page

0 comments on commit 780b21d

Please sign in to comment.