From: Christoph Hellwig Date: Thu, 23 Oct 2008 18:01:26 +0000 (+0200) Subject: [SCSI] remove severly outdated comment in scsi_dispatch_cmd X-Git-Tag: v2.6.29-rc1~41^2~43 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=327d0c7d89319a8ee8e946b90cb94c08daadb723;p=karo-tx-linux.git [SCSI] remove severly outdated comment in scsi_dispatch_cmd Signed-off-by: Christoph Hellwig Signed-off-by: James Bottomley --- diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c index f8b79d401d58..42e72a2c1f98 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 */