[CIFS] fix unicode string alignment in SPNEGO setup
authorJeff Layton <jlayton@redhat.com>
Mon, 31 Dec 2007 04:56:21 +0000 (04:56 +0000)
committerSteve French <sfrench@us.ibm.com>
Mon, 31 Dec 2007 04:56:21 +0000 (04:56 +0000)
commit28c5a02a11f70bb1fd8dd3b633206e2db3220308
tree024b972b94ff1045b3c88bd3a04411a00e758342
parentbb5a9a04d4cab4b13d63ac5cd3e1fb35f9583607
[CIFS]  fix unicode string alignment in SPNEGO setup

Unicode strings need to be word aligned, but the code that handles that
is currently not taking the length of the SPNEGO blob into account. Fix
it to do so.

Signed-off-by: Jeff Layton <jlayton@tupile.poochiereds.net>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/sess.c