scsi_put_command(9)
NAME
scsi_put_command - 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 <James.Bottomley@hansenpartnership.com>
- Author.
- Rob Landley <rob@landley.net>
- Author.