commit | 5362a4ec830e0b5f4db59ad05fc32b10268abe91 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 15:04:45 2017 +0200 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Jul 13 15:57:55 2017 -0400 |
tree | a9da8ca27f0a2a0eda22ba8fbfb7702a7584887d | |
parent | c56c620b3e48feb5a6444707a05f9baeae1af9ef [diff] |
nfsd: 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>