[SCSI] quieten messages on scsi_execute commands
authorJames Bottomley <James.Bottomley@steeleye.com>
Sun, 4 Sep 2005 16:32:05 +0000 (11:32 -0500)
committerJames Bottomley <jejb@mulgrave.(none)>
Tue, 6 Sep 2005 22:37:57 +0000 (17:37 -0500)
commit3173d8c342971a03857d8af749a3f57da7d06b57
tree6dc8162d8b68e0b66846bf7e2ed015eb60d48378
parentba482ef4b16bad5172d2be693d4b2420b84c84e7
[SCSI] quieten messages on scsi_execute commands

scsi_io_completion() can be a bit noisy about certain conditions.
Previously this wasn't a problem for internally generated commands,
since they never hit it.  However, since we do all SCSI commands via
bios, now they do.  user CD testers like magicdev are now getting not
ready messages every time they touch the CD to see if there's anything
in it.

Fix this by making all scsi_execute commands REQ_QUIET and making
scsi_finish_io() not say anything for REQ_QUIET.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/scsi_lib.c