]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
sunrpc: unexport csum_partial_copy_to_xdr
authorChristoph Hellwig <hch@lst.de>
Thu, 15 May 2025 11:48:47 +0000 (13:48 +0200)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 14 Jul 2025 16:46:38 +0000 (12:46 -0400)
commit1aa3f767e0eaf1ed652be680aa3a3955ab2a9a0c
tree51a333b19263895409bf9e2957bced663d891789
parent37149988eaabc3daaa6046015c18173d8d26e0e1
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>
net/sunrpc/socklib.c