[SCSI] libiscsi: use get_unaligned
authorMike Christie <michaelc@cs.wisc.edu>
Wed, 28 Feb 2007 23:32:19 +0000 (17:32 -0600)
committerJames Bottomley <jejb@mulgrave.il.steeleye.com>
Sun, 11 Mar 2007 16:28:09 +0000 (11:28 -0500)
commit8eb00539d92187ade7e4cc24a1a36ab248ee8639
tree06a0817931d57f5e8b0439761981798f17c2396a
parent41be14442213b6dbeea3cba2ed18a2923666278c
[SCSI] libiscsi: use get_unaligned

Dave Miller meantioned that the data buffer in a past
sense fixup patch was not gauranteed to be aligned
properly for ia64. This patch has libiscsi use get_unalinged
to make sure. There are a couple more places in the
digest handling we may need to do this, but we are in the middle
of fixing that code for big endien systems so just the sense
access is fixed here.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
drivers/scsi/libiscsi.c