scsi: target: Set response length for REPORT TARGET PORT GROUPS
One more place where we can return the length we actually fill in. Signed-off-by: Roland Dreier <roland@purestorage.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
a0db8a7516
commit
7081fb629e
|
@ -268,7 +268,7 @@ target_emulate_report_target_port_groups(struct se_cmd *cmd)
|
||||||
}
|
}
|
||||||
transport_kunmap_data_sg(cmd);
|
transport_kunmap_data_sg(cmd);
|
||||||
|
|
||||||
target_complete_cmd(cmd, GOOD);
|
target_complete_cmd_with_length(cmd, GOOD, rd_len + 4);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue