1. NAME

scsi_put_command - Free a scsi command block

2. SYNOPSIS

void scsi_put_command(struct scsi_cmnd *  cmd );

3. ARGUMENTS

cmd
    command block to free

4. RETURNS

Nothing.

5. NOTES

The command must not belong to any lists.

6. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

7. COPYRIGHT