1ISCSI_BLOCK_SCSI_EH(9) SCSI mid layer ISCSI_BLOCK_SCSI_EH(9)
2
3
4
6 iscsi_block_scsi_eh - block scsi eh until session state has
7 transistioned
8
10 int iscsi_block_scsi_eh(struct scsi_cmnd * cmd);
11
13 cmd
14 scsi cmd passed to scsi eh handler
15
17 If the session is down this function will wait for the recovery timer
18 to fire or for the session to be logged back in. If the recovery timer
19 fires then FAST_IO_FAIL is returned. The caller should pass this error
20 value to the scsi eh.
21
23 James Bottomley <James.Bottomley@hansenpartnership.com>
24 Author.
25
26 Rob Landley <rob@landley.net>
27 Author.
28
30Kernel Hackers Manual 3.10 June 2019 ISCSI_BLOCK_SCSI_EH(9)