mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-23 21:51:27 +00:00
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
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user