]> www.infradead.org Git - users/jedix/linux-maple.git/commit
scsi: scsi_transport_iscsi: modify detected conn err to KERN_ERR
authorFred Herard <fred.herard@oracle.com>
Thu, 14 Mar 2019 15:50:16 +0000 (11:50 -0400)
committerBrian Maly <brian.maly@oracle.com>
Thu, 21 Mar 2019 20:44:18 +0000 (16:44 -0400)
commit6d383dfc0c7c4d52ead1a1c166b83faca3b68fe8
tree31b29f693c3f23c3e646be0554305fcef37fd3f0
parent4df86b99ee5ad7b100f0503b56c961bb34656a3e
scsi: scsi_transport_iscsi: modify detected conn err to KERN_ERR

Fix for Orabug 29469714 is insufficient.  The goal of fix for
Orabug 29469714 is to print "detected conn error" message
produced by scsi_transport_iscsi module onto console which is
particularly useful when iscsi boot device is used and there
are connection issues.  The fix for Orabug 29469714 falls short
because currently, the default console log level in OL is 4
which means that only log levels less than 4 (KERN_WARNING) will
be printed to console.  This commit modifies the corresponding
printk log level to KERN_ERR (log level 3).

Orabug: 29487790
Signed-off-by: Fred Herard <fred.herard@oracle.com>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Signed-off-by: Brian Maly <brian.maly@oracle.com>
drivers/scsi/scsi_transport_iscsi.c