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
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue