]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
sunrpc: remove kxdrproc_t
authorChristoph Hellwig <hch@lst.de>
Mon, 8 May 2017 17:56:10 +0000 (19:56 +0200)
committerAnna Schumaker <Anna.Schumaker@Netapp.com>
Thu, 13 Jul 2017 19:58:00 +0000 (15:58 -0400)
Remove the now unused typedef.

Signed-off-by: Christoph Hellwig <hch@lst.de>
include/linux/sunrpc/xdr.h

index ed0fbf0d8d0f5e9e42aa6f8dd3216ff9bd668b2e..261b48a2701d2ac01ada6bff67d4059a2633a817 100644 (file)
@@ -34,13 +34,6 @@ struct xdr_netobj {
        u8 *                    data;
 };
 
-/*
- * 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