Tests: remove the warning if a SSD supports SANITIZE/OVERWRITE
There is technically no reason why a SSD with (assumingly with thin provisioning) can not support SANITIZE/OVERWRITE instead or or in addition to the more expected SANITIZE/BLOCK-ERASE so remove the warning for this. Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
This commit is contained in:
@@ -1428,6 +1428,10 @@ scsi_inquiry_unmarshall_block_limits(struct scsi_task *task)
|
||||
inq->max_atomic_xfer_len = task_get_uint32(task, 44);
|
||||
inq->atomic_align = task_get_uint32(task, 48);
|
||||
inq->atomic_gran = task_get_uint32(task, 52);
|
||||
inq->max_atomic_tl_with_atomic_boundary =
|
||||
task_get_uint32(task, 56);
|
||||
inq->max_atomic_boundary_size =
|
||||
task_get_uint32(task, 60);
|
||||
|
||||
return inq;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user