commit | 7d55f7febab6af865630ccb3a0fac9a144c459df | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 09:59:45 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon May 15 17:42:08 2017 +0200 |
tree | 8be820c894046de1a474ca6cd565f7ace399b759 | |
parent | c512f36b581862df20acef050c3e1a875166bd6f [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>