commit | 8be9d07f0ca68a188ab448e5fad8ea5d7420f535 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 09:59:45 2017 +0200 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Jul 13 15:57:53 2017 -0400 |
tree | d60b8031a8a0e3f1c3e6e49596c3636abb9c3721 | |
parent | 0aebdc52ca824c38837a652548028e45da72628f [diff] |
sunrpc: 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>