diff options
Diffstat (limited to 'include/scsi/libiscsi.h')
-rw-r--r-- | include/scsi/libiscsi.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/scsi/libiscsi.h b/include/scsi/libiscsi.h index a72edd4eceec..2db2bc26b1e9 100644 --- a/include/scsi/libiscsi.h +++ b/include/scsi/libiscsi.h | |||
@@ -333,7 +333,8 @@ struct iscsi_host { | |||
333 | /* | 333 | /* |
334 | * scsi host template | 334 | * scsi host template |
335 | */ | 335 | */ |
336 | extern int iscsi_change_queue_depth(struct scsi_device *sdev, int depth); | 336 | extern int iscsi_change_queue_depth(struct scsi_device *sdev, int depth, |
337 | int reason); | ||
337 | extern int iscsi_eh_abort(struct scsi_cmnd *sc); | 338 | extern int iscsi_eh_abort(struct scsi_cmnd *sc); |
338 | extern int iscsi_eh_target_reset(struct scsi_cmnd *sc); | 339 | extern int iscsi_eh_target_reset(struct scsi_cmnd *sc); |
339 | extern int iscsi_eh_device_reset(struct scsi_cmnd *sc); | 340 | extern int iscsi_eh_device_reset(struct scsi_cmnd *sc); |