aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2017-05-08 19:56:10 +0200
committerAnna Schumaker <Anna.Schumaker@Netapp.com>2017-07-13 15:58:00 -0400
commit408b3d46ae06e1d219f31cbe629789a5e5c862aa (patch)
tree334563eefeaf3114d4a0a71663f874a2f4c4b32a /include
parentsunrpc: properly type pc_encode callbacks (diff)
downloadlinux-dev-408b3d46ae06e1d219f31cbe629789a5e5c862aa.tar.xz
linux-dev-408b3d46ae06e1d219f31cbe629789a5e5c862aa.zip
sunrpc: remove kxdrproc_t
Remove the now unused typedef. Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'include')
-rw-r--r--include/linux/sunrpc/xdr.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/sunrpc/xdr.h b/include/linux/sunrpc/xdr.h
index ed0fbf0d8d0f..261b48a2701d 100644
--- a/include/linux/sunrpc/xdr.h
+++ b/include/linux/sunrpc/xdr.h
@@ -35,13 +35,6 @@ struct xdr_netobj {
};
/*
- * This is the legacy generic XDR function. rqstp is either a rpc_rqst
- * (client side) or svc_rqst pointer (server side).
- * Encode functions always assume there's enough room in the buffer.
- */
-typedef int (*kxdrproc_t)(void *rqstp, __be32 *data, void *obj);
-
-/*
* Basic structure for transmission/reception of a client XDR message.
* Features a header (for a linear buffer containing RPC headers
* and the data payload for short messages), and then an array of