commit | 00c31889f7513e9ffa6b2b4de8ad6d7f59a61c80 | [log] [tgz] |
---|---|---|
author | Mike Christie <michaelc@cs.wisc.edu> | Thu Oct 06 03:56:59 2011 -0500 |
committer | James Bottomley <JBottomley@Parallels.com> | Thu Oct 20 10:12:44 2011 -0500 |
tree | 6ba665724a1aed89f962598c323af9be18ce5688 | |
parent | 88f4f5170fe74ae28443f304fcd226ddcf84f592 [diff] |
[SCSI] qla4xxx: fix data alignment and use nl helpers This has the driver use helpers for a common operation and fixes a issue where if multiple iscsi params are sent they could be sent at offsets that cause unaligned accesses. The nla helpers account for the padding needed to align properly for the driver. Signed-off-by: Mike Christie <michaelc@cs.wisc.edu> Signed-off-by: James Bottomley <JBottomley@Parallels.com>