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:
@@ -563,6 +563,8 @@ struct scsi_inquiry_block_limits {
|
||||
uint32_t max_atomic_xfer_len;
|
||||
uint32_t atomic_align;
|
||||
uint32_t atomic_gran;
|
||||
uint32_t max_atomic_tl_with_atomic_boundary;
|
||||
uint32_t max_atomic_boundary_size;
|
||||
};
|
||||
|
||||
struct scsi_inquiry_block_device_characteristics {
|
||||
|
||||
Reference in New Issue
Block a user