From: Christoph Hellwig Date: Thu, 15 May 2025 11:48:47 +0000 (+0200) Subject: sunrpc: unexport csum_partial_copy_to_xdr X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1aa3f767e0eaf1ed652be680aa3a3955ab2a9a0c;p=thirdparty%2Flinux.git sunrpc: unexport csum_partial_copy_to_xdr csum_partial_copy_to_xdr is only used inside the sunrpc module, so remove the export. Signed-off-by: Christoph Hellwig Reviewed-by: Jeff Layton Signed-off-by: Chuck Lever --- diff --git a/net/sunrpc/socklib.c b/net/sunrpc/socklib.c index c58d08532c1f7..4e92e2a501684 100644 --- a/net/sunrpc/socklib.c +++ b/net/sunrpc/socklib.c @@ -156,7 +156,6 @@ int csum_partial_copy_to_xdr(struct xdr_buf *xdr, struct sk_buff *skb) netdev_rx_csum_fault(skb->dev, skb); return 0; } -EXPORT_SYMBOL_GPL(csum_partial_copy_to_xdr); static inline int xprt_sendmsg(struct socket *sock, struct msghdr *msg, size_t seek)