commit | 89daf3602310b46ddf1bea4873be737d8781fc39 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 14:54:06 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon May 15 17:42:11 2017 +0200 |
tree | 6fd9cbd689fcd28de3e3973a438847fa99dcf582 | |
parent | 1502c81b443d70f2e3009aef96428ffa94e2e29d [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>