1. NAME

scsi_finish_command - cleanup and pass command back to upper layer

2. SYNOPSIS

void scsi_finish_command(struct scsi_cmnd *  cmd );

3. ARGUMENTS

cmd
    the command

4. DESCRIPTION

Pass command off to upper layer for finishing of I/O request, waking processes that are waiting on results, etc.

5. AUTHORS

James Bottomley <>
    Author.

Rob Landley <>
    Author.

6. COPYRIGHT