commit | df179381223f299b6c16ae134b5853aeee94b09e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 14:54:06 2017 +0200 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Jul 13 15:57:54 2017 -0400 |
tree | 05b2067b8cffba8e939515dbbd1654e45ea52384 | |
parent | 843efb7d7d98364645a7f23eaa13a0649075815f [diff] |
sunrpc/auth_gss: nfsd: fix encoder callback prototypes Declare the p_encode callbacks with the proper prototype instead of casting to kxdreproc_t and losing all type safety. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Jeff Layton <jlayton@redhat.com> Acked-by: Trond Myklebust <trond.myklebust@primarydata.com>