commit | fc016483eb0b2a19ef1e84ef8f8753c8ec9ac7f8 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 15:09:02 2017 +0200 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Jul 13 15:57:56 2017 -0400 |
tree | b07b5c7cbf6b849d535b5369aa16c372f8f438a8 | |
parent | 04000564c1fc72770e4946cc3adb3ea9cd544bb2 [diff] |
nfs: fix decoder callback prototypes Declare the p_decode callbacks with the proper prototype instead of casting to kxdrdproc_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>