Cleanup and pass command back to upper layer
void scsi_finish_command(struct scsi_cmnd * cmd);
cmd
the command
Pass command off to upper layer for finishing of I/O request, waking processes that are waiting on results, etc.
James Bottomley <[email protected]>
Author.
Rob Landley <[email protected]>