]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: target: core: Silence the message about unknown VPD pages
authorKonstantin Shelekhin <k.shelekhin@yadro.com>
Mon, 18 Apr 2022 21:26:22 +0000 (00:26 +0300)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 26 Apr 2022 02:33:36 +0000 (22:33 -0400)
commit281599c7be615b5430946657e7cd58a89054a4c1
treec04b7ab42dce858b2c3b91f83d30a4166a2b6850
parent3f5d1085fd4e42a7a51907f570032b1cf45a603b
scsi: target: core: Silence the message about unknown VPD pages

Target does not support some VPD pages and is very verbose about it.
Sometimes initiators don't bother and just keep sending the same request
from time to time, filling up the logs.

This patch lowers the message priority to debug.

Link: https://lore.kernel.org/r/20220418212622.275516-1-k.shelekhin@yadro.com
Signed-off-by: Konstantin Shelekhin <k.shelekhin@yadro.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/target/target_core_spc.c