提交 408b3d46 编写于 作者: C Christoph Hellwig 提交者: Anna Schumaker

sunrpc: remove kxdrproc_t

Remove the now unused typedef.
Signed-off-by: NChristoph Hellwig <hch@lst.de>
上级 d16d1867
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册