mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-18 19:21:26 +00:00
vdisk_blockio: Make the WRITE VERIFY warning less verbose
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
This commit is contained in:
@@ -6001,7 +6001,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