commit | 1c8a5409f3c4748ff42c1721d9578dd03091f378 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Mon May 08 17:35:49 2017 +0200 |
committer | Anna Schumaker <Anna.Schumaker@Netapp.com> | Thu Jul 13 15:57:59 2017 -0400 |
tree | 70ff6480826a2120ee50aef20a9cdf0a2935ee2b | |
parent | 36ba89c2a40fe138898b394106205a3853ef2a4d [diff] |
sunrpc: properly type pc_func callbacks Drop the argp and resp arguments as they 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 svc_procfunc as well as the svc_procfunc typedef itself. Signed-off-by: Christoph Hellwig <hch@lst.de>