Skip to content

Commit 1aa3f76

Browse files
Christoph Hellwigchucklever
authored andcommitted
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 <hch@lst.de> Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
1 parent 3714998 commit 1aa3f76

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

net/sunrpc/socklib.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ int csum_partial_copy_to_xdr(struct xdr_buf *xdr, struct sk_buff *skb)
156156
netdev_rx_csum_fault(skb->dev, skb);
157157
return 0;
158158
}
159-
EXPORT_SYMBOL_GPL(csum_partial_copy_to_xdr);
160159

161160
static inline int xprt_sendmsg(struct socket *sock, struct msghdr *msg,
162161
size_t seek)

0 commit comments

Comments
 (0)