Set DS flag, required for LPB log page by spec.
MFC after: 1 week
This commit is contained in:
parent
4bf76e39ad
commit
dee08d7b3f
@ -6868,6 +6868,8 @@ ctl_log_sense(struct ctl_scsiio *ctsio)
|
||||
|
||||
header = (struct scsi_log_header *)ctsio->kern_data_ptr;
|
||||
header->page = page_index->page_code;
|
||||
if (page_index->page_code == SLS_LOGICAL_BLOCK_PROVISIONING)
|
||||
header->page |= SL_DS;
|
||||
if (page_index->subpage) {
|
||||
header->page |= SL_SPF;
|
||||
header->subpage = page_index->subpage;
|
||||
|
Loading…
x
Reference in New Issue
Block a user