From: Mike Christie Date: Thu, 9 Apr 2009 20:57:10 +0000 (-0500) Subject: [SCSI] fix q->lock not held warning when target is busy X-Git-Tag: v2.6.30-rc5~53^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4efdd586bc08cdf5977cad0a90091f44546a930;p=pandora-kernel.git [SCSI] fix q->lock not held warning when target is busy We cannot call blk_plug_device from scsi_target_queue_ready because the q lock is not held. And we do not need to call it from there because when we return 0, the scsi_request_fn not_ready handling will plug the queue for us if needed. Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed