Free a scsi command block
void scsi_put_command(struct scsi_cmnd * cmd);
cmd
command block to free
Nothing.
The command must not belong to any lists.
James Bottomley <[email protected]>
Author.
Rob Landley <[email protected]>