From 30c09e2987e842cacd5a10f01a6cb6edb5bddd0f Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Tue, 9 Jun 2015 16:55:32 +0000 Subject: [PATCH] vdisk_blockio: Make the WRITE VERIFY warning less verbose Avoid that running the libiscsi tests causes a high number of kernel warnings to be triggered. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@6231 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scst/src/dev_handlers/scst_vdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scst/src/dev_handlers/scst_vdisk.c b/scst/src/dev_handlers/scst_vdisk.c index 3575a2742..e25753ec1 100644 --- a/scst/src/dev_handlers/scst_vdisk.c +++ b/scst/src/dev_handlers/scst_vdisk.c @@ -7132,7 +7132,7 @@ out: static enum compl_status_e blockio_exec_write_verify(struct vdisk_cmd_params *p) { /* Not yet implemented */ - WARN_ON(true); + PRINT_WARNING("vdisk_blockio: WRITE VERIFY is not yet implemented"); return blockio_exec_write(p); }