forked from Minki/linux
qla_target: rearrange struct qla_tgt_prm
On most (non-x86) 64bit platforms this will remove 8 padding bytes from the structure. Signed-off-by: Joern Engel <joern@logfs.org> Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
This commit is contained in:
parent
f9b6721a9c
commit
db3a99b992
@ -971,11 +971,11 @@ struct qla_tgt_prm {
|
||||
struct qla_tgt *tgt;
|
||||
void *pkt;
|
||||
struct scatterlist *sg; /* cmd data buffer SG vector */
|
||||
unsigned char *sense_buffer;
|
||||
int seg_cnt;
|
||||
int req_cnt;
|
||||
uint16_t rq_result;
|
||||
uint16_t scsi_status;
|
||||
unsigned char *sense_buffer;
|
||||
int sense_buffer_len;
|
||||
int residual;
|
||||
int add_status_pkt;
|
||||
|
Loading…
Reference in New Issue
Block a user