Skip to content

Commit

Permalink
[SCSI] remove severly outdated comment in scsi_dispatch_cmd
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
  • Loading branch information
Christoph Hellwig authored and James Bottomley committed Jan 2, 2009
1 parent 71610f5 commit 327d0c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/scsi/scsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -651,10 +651,6 @@ int scsi_dispatch_cmd(struct scsi_cmnd *cmd)
unsigned long timeout;
int rtn = 0;

/*
* We will use a queued command if possible, otherwise we will
* emulate the queuing and calling of completion function ourselves.
*/
atomic_inc(&cmd->device->iorequest_cnt);

/* check if the device is still usable */
Expand Down

0 comments on commit 327d0c7

Please sign in to comment.