sunrpc: clean up sparse endianness warnings in gss_krb5_seal.c
authorJeff Layton <jlayton@primarydata.com>
Wed, 16 Jul 2014 10:52:20 +0000 (06:52 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Sun, 3 Aug 2014 21:05:23 +0000 (17:05 -0400)
Use u16 pointer in setup_token and setup_token_v2. None of the fields
are actually handled as __be16, so this simplifies the code a bit. Also
get rid of some unneeded pointer increments.

Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
net/sunrpc/auth_gss/gss_krb5_seal.c

Simple merge