projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3714998
)
sunrpc: unexport csum_partial_copy_to_xdr
author
Christoph Hellwig
<hch@lst.de>
Thu, 15 May 2025 11:48:47 +0000
(13:48 +0200)
committer
Chuck 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
patch
|
blob
|
blame
|
history
diff --git
a/net/sunrpc/socklib.c
b/net/sunrpc/socklib.c
index c58d08532c1f789c6129f6f92e17da53c8b57fcd..4e92e2a5016843b6060614f23dce9e4cdae680a3 100644
(file)
--- 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)