]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sunrpc: properly type argument to kxdreproc_t
authorChristoph Hellwig <hch@lst.de>
Mon, 8 May 2017 07:31:19 +0000 (09:31 +0200)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 13 Jul 2017 19:57:52 +0000 (15:57 -0400)
commit0aebdc52ca824c38837a652548028e45da72628f
treed502dcf491df730bd0c3dd8d652aae7357d76f8d
parent32c1431eea4881a6b17bd7c639315010aeefa452
sunrpc: properly type argument to kxdreproc_t

Pass struct rpc_request as the first argument instead of an untyped blob,
and mark the data object as const.

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