]> git.baikalelectronics.ru Git - kernel.git/commit
ieee1394: sbp2: remove irritating log message
authorStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 2 Nov 2006 20:16:08 +0000 (21:16 +0100)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 7 Dec 2006 20:45:58 +0000 (21:45 +0100)
commit623a68aaeccc939ca2b169e10df8ddbd1f084458
tree0547e3a7c75986fbb5eb943f1eeb1652532a46fd
parent318b6d8503bc1d62bf1c579e1cd8e4271e24b8b1
ieee1394: sbp2: remove irritating log message

The queue depth can be read from /sys/bus/scsi/devices/*/queue_depth,
so don't log it.  And the hint about speed improvements is misleading,
at least under current kernels.  If serialization is switched off, read
performance is typically increased by less than 10%.  (I did not test
write performance recently.)  On the other hand, serialize_io=0 is not
yet safe due to some implementation issues that are not trivial to fix.

Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
drivers/ieee1394/sbp2.c