sunrpc: properly type argument to kxdrdproc_t
authorChristoph Hellwig <hch@lst.de>
Mon, 8 May 2017 12:58:11 +0000 (14:58 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 15 May 2017 15:42:12 +0000 (17:42 +0200)
commit73c8dc133afb0cbe72a9234894ea72c2a0e71a73
tree05ebcfa58759058657f64239fdebb7b68fbfbe27
parent89daf3602310b46ddf1bea4873be737d8781fc39
sunrpc: properly type argument to kxdrdproc_t

Pass struct rpc_request as the first argument instead of an untyped blob.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jeff Layton <jlayton@redhat.com>
Acked-by: Trond Myklebust <trond.myklebust@primarydata.com>
include/linux/sunrpc/xdr.h
net/sunrpc/clnt.c