commit | 605d712fa89f16ed5266897ecda01dd1a74b8aa8 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 15:00:29 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon May 15 17:42:12 2017 +0200 |
tree | 303ebc25a03952ea897160e5aa7cd73e26d78a45 | |
parent | 73c8dc133afb0cbe72a9234894ea72c2a0e71a73 [diff] |
sunrpc: 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>