1SCSI_FINISH_COMMAND(9) SCSI mid layer SCSI_FINISH_COMMAND(9)
2
3
4
6 scsi_finish_command - cleanup and pass command back to upper layer
7
9 void scsi_finish_command(struct scsi_cmnd * cmd);
10
12 cmd
13 the command
14
16 Pass command off to upper layer for finishing of I/O request, waking
17 processes that are waiting on results, etc.
18
20 James Bottomley <James.Bottomley@hansenpartnership.com>
21 Author.
22
23 Rob Landley <rob@landley.net>
24 Author.
25
27Kernel Hackers Manual 3.10 June 2019 SCSI_FINISH_COMMAND(9)