scsi_put_command(9) Free a scsi command block

SYNOPSIS

void scsi_put_command(struct scsi_cmnd * cmd);

ARGUMENTS

cmd

command block to free

RETURNS

Nothing.

NOTES

The command must not belong to any lists.

AUTHORS

James Bottomley <[email protected]>

Author.

Rob Landley <[email protected]>

Author.

COPYRIGHT