]> www.infradead.org Git - users/hch/misc.git/commit
sunrpc: unexport csum_partial_copy_to_xdr
authorChristoph Hellwig <hch@lst.de>
Tue, 13 May 2025 08:25:21 +0000 (10:25 +0200)
committerChristoph Hellwig <hch@lst.de>
Tue, 13 May 2025 08:25:21 +0000 (10:25 +0200)
commitc57be73f94ce713782529e90636bba99ff92e347
tree858f974278580fe46823629a8a0bd340498d639c
parent3426871282cad9dff846e62f2d6fd44ecb9f2b63
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>
net/sunrpc/socklib.c