commit | cc6acc20a606f9ca65a6338af8204b7ae9e67b1a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 19:01:48 2017 +0200 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Jul 13 15:58:00 2017 -0400 |
tree | ffaf4738edc082371a54162e032bbef0155a64eb | |
parent | 1150ded804c2be6d02efef3e39e39e570c9cea21 [diff] |
sunrpc: properly type pc_decode callbacks Drop the argp 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>