Commit 1aa3f767 authored by Christoph Hellwig's avatar Christoph Hellwig Committed by Chuck Lever
Browse files

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: default avatarChristoph Hellwig <hch@lst.de>
Reviewed-by: default avatarJeff Layton <jlayton@kernel.org>
Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent 37149988
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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)