commit | 63f8de37951a64cc24479eafd33085537e088075 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 19:42:02 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon May 15 17:42:25 2017 +0200 |
tree | e572e2542ef9370c9dfec6795660d52b72f77712 | |
parent | 026fec7e7c4723b5f26a753bbcad69f68c8299d4 [diff] |
sunrpc: properly type pc_encode callbacks Drop the resp argument as it can trivially be derived from the rqstp argument. With that all functions now have the same prototype, and we can remove the unsafe casting to kxdrproc_t. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Trond Myklebust <trond.myklebust@primarydata.com>