Commit db3a99b9 authored by Joern Engel's avatar Joern Engel Committed by Nicholas Bellinger

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: default avatarJoern Engel <joern@logfs.org>
Signed-off-by: default avatarNicholas Bellinger <nab@linux-iscsi.org>
parent f9b6721a
...@@ -971,11 +971,11 @@ struct qla_tgt_prm { ...@@ -971,11 +971,11 @@ struct qla_tgt_prm {
struct qla_tgt *tgt; struct qla_tgt *tgt;
void *pkt; void *pkt;
struct scatterlist *sg; /* cmd data buffer SG vector */ struct scatterlist *sg; /* cmd data buffer SG vector */
unsigned char *sense_buffer;
int seg_cnt; int seg_cnt;
int req_cnt; int req_cnt;
uint16_t rq_result; uint16_t rq_result;
uint16_t scsi_status; uint16_t scsi_status;
unsigned char *sense_buffer;
int sense_buffer_len; int sense_buffer_len;
int residual; int residual;
int add_status_pkt; int add_status_pkt;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment