mirror of
https://github.com/torvalds/linux.git
synced 2025-11-03 10:10:33 +02:00
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>
This commit is contained in:
parent
37149988ea
commit
1aa3f767e0
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
netdev_rx_csum_fault(skb->dev, skb);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
EXPORT_SYMBOL_GPL(csum_partial_copy_to_xdr);
|
|
||||||
|
|
||||||
static inline int xprt_sendmsg(struct socket *sock, struct msghdr *msg,
|
static inline int xprt_sendmsg(struct socket *sock, struct msghdr *msg,
|
||||||
size_t seek)
|
size_t seek)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue