commit | 0096d39b9632706ca65a759a7024aef6b7833c6d | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 10:01:49 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon May 15 17:42:09 2017 +0200 |
tree | 86b45572c61fb2f6c960bafeb69edb04448bbe17 | |
parent | bf96391e7b59a994c8aa72f5c425e3897ee799fa [diff] |
nfs: 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>