commit | fcc85819ee4826f52b0d6c959c759329e6d87bfc | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 10:01:49 2017 +0200 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Jul 13 15:57:53 2017 -0400 |
tree | 4528a016dbd53ced3b57d2e0309511709c1fc78f | |
parent | d16073389bb48a2caf7c62cd7089a2009c8717b8 [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>