From: Robert Love Date: Wed, 14 Jan 2009 19:14:32 +0000 (-0800) Subject: [SCSI] Improve SCSI_LOGGING Kconfig entry X-Git-Tag: v2.6.30-rc1~641^2~109 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ef074161b5bcd84acfe19f0ecd72b74765d8770;p=pandora-kernel.git [SCSI] Improve SCSI_LOGGING Kconfig entry The Kconfig entry for SCSI_LOGGING refers the reader to drivers/scsi/scsi.c, but I didn't find any useful information there. There is certainly logging code in that file, but the logging types and logging levels are described in drivers/scsi/scsi_logging.h. Also, the procfs file referred to in the section is incorrect. It should be /proc/sys/dev/scsi/logging_level and not /proc/scsi/scsi. Signed-off-by: Robert Love Signed-off-by: James Bottomley --- Reading git-diff-tree failed