commit | 1502c81b443d70f2e3009aef96428ffa94e2e29d | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <[email protected]> | Mon May 08 14:47:53 2017 +0200 |
committer | Christoph Hellwig <[email protected]> | Mon May 15 17:42:10 2017 +0200 |
tree | 47e460b161eac2fac2dcf6d7142a4ec1f4dfe88e | |
parent | 0096d39b9632706ca65a759a7024aef6b7833c6d [diff] |
nfsd: 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 <[email protected]> Reviewed-by: Jeff Layton <[email protected]>