cifs.idmap: fix up some compile-time warnings
authorJeff Layton <jlayton@samba.org>
Wed, 7 Nov 2012 15:19:20 +0000 (10:19 -0500)
committerJeff Layton <jlayton@samba.org>
Wed, 7 Nov 2012 15:19:20 +0000 (10:19 -0500)
commit3ff520f4380b8826d9eeda71da87e4e4548c4f4a
tree5b6e1db8219ed918004216bf70b5d85c0477da32
parent3759dfa1f6c4990d7dd017eeb341965673382b07
cifs.idmap: fix up some compile-time warnings

Get rid of some unused variables, and fix a strict-aliasing problem by
copying the SID data to a new place instead of converting the
endianness in-place.

Signed-off-by: Jeff Layton <jlayton@samba.org>
cifs.idmap.c