cifs: clean up unaligned accesses in cifs_unicode.c
authorJeff Layton <[email protected]>
Thu, 20 Jan 2011 18:36:51 +0000 (13:36 -0500)
committerSteve French <[email protected]>
Thu, 20 Jan 2011 21:47:57 +0000 (21:47 +0000)
commitba2dbf30df210b519bdd8d34ac2ecaaeeef34c44
tree6272ffcad087a8bcda2a00a061094f32a175aab4
parent26ec254869c0158ea8db6de83b7644e2d93cac2a
cifs: clean up unaligned accesses in cifs_unicode.c

Make sure we use get/put_unaligned routines when accessing wide
character strings.

Signed-off-by: Jeff Layton <[email protected]>
Acked-by: Pavel Shilovsky <[email protected]>
Reviewed-by: Shirish Pargaonkar <[email protected]>
Signed-off-by: Steve French <[email protected]>
fs/cifs/cifs_unicode.c