]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commit6ac0fbbfc141f758e2f331d1fee95bc105f87914
tree306e6f9ae78182e518a3d1b63e7f25b892ca1512
parentc5e6aecd034e70e73af4d7a2b8a115239e3568b5
sunrpc: clean up sparse endianness warnings in gss_krb5_seal.c

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