lib: parse Information sense descriptor type
The Information descriptor type is defined in SPC-5 (r17 4.4.2.2) and may be used to provide the data offset on COMPARE_AND_WRITE miscompare. Signed-off-by: David Disseldorp <ddiss@suse.de>
This commit is contained in:
@@ -281,8 +281,10 @@ struct scsi_sense {
|
||||
unsigned sense_specific:1;
|
||||
unsigned ill_param_in_cdb:1;
|
||||
unsigned bit_pointer_valid:1;
|
||||
unsigned info_valid:1;
|
||||
unsigned char bit_pointer;
|
||||
uint16_t field_pointer;
|
||||
uint64_t information;
|
||||
};
|
||||
|
||||
struct scsi_data {
|
||||
|
||||
Reference in New Issue
Block a user