summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2008-10-23 20:01:26 +0200
committerJames Bottomley <James.Bottomley@HansenPartnership.com>2009-01-02 10:47:18 -0600
commit327d0c7d89319a8ee8e946b90cb94c08daadb723 (patch)
treeca46855b197e3f0e1c7a2615861fab905c197ab5
parent71610f55fa4db63dbf5385929a47c9fb2451f332 (diff)
downloadop-kernel-dev-327d0c7d89319a8ee8e946b90cb94c08daadb723.zip
op-kernel-dev-327d0c7d89319a8ee8e946b90cb94c08daadb723.tar.gz
[SCSI] remove severly outdated comment in scsi_dispatch_cmd
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
-rw-r--r--drivers/scsi/scsi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c
index f8b79d4..42e72a2 100644
--- a/drivers/scsi/scsi.c
+++ b/drivers/scsi/scsi.c
@@ -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 */
OpenPOWER on IntegriCloud