commit | 8537488b5a2f33980e33f654b0a515304de2b267 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 18:48:24 2017 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Mon May 15 17:42:23 2017 +0200 |
tree | 6132f630283d5fd2c6370c496eae0cd47d51635c | |
parent | a6beb73272b4c0108e41bc7c7b5a447ae6c92863 [diff] |
sunrpc: properly type pc_release callbacks Drop the p and resp arguments as they are always NULL or 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>