[SCSI] qla4xxx: Removed packed attr from struct iscsi_chap_rec
We don't need to pack 'struct iscsi_chap_rec' as buffer is built locally in the driver and pass to the user-space. Signed-off-by: Vikas Chaudhary <vikas.chaudhary@qlogic.com> Reviewed-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
This commit is contained in:
parent
1a590cabc2
commit
5a5a15f205
|
@ -593,6 +593,6 @@ struct iscsi_chap_rec {
|
|||
char username[ISCSI_CHAP_AUTH_NAME_MAX_LEN];
|
||||
uint8_t password[ISCSI_CHAP_AUTH_SECRET_MAX_LEN];
|
||||
uint8_t password_length;
|
||||
} __packed;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue