]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
sunrpc: unexport csum_partial_copy_to_xdr
authorChristoph Hellwig <hch@lst.de>
Thu, 15 May 2025 11:48:47 +0000 (13:48 +0200)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 14 Jul 2025 16:46:38 +0000 (12:46 -0400)
csum_partial_copy_to_xdr is only used inside the sunrpc module, so
remove the export.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
net/sunrpc/socklib.c

index c58d08532c1f789c6129f6f92e17da53c8b57fcd..4e92e2a5016843b6060614f23dce9e4cdae680a3 100644 (file)
@@ -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)