SUNRPC: Remove EXPORT_SYMBOL_GPL for svc_process_bc()
authorChuck Lever <chuck.lever@oracle.com>
Fri, 26 Jan 2024 17:46:07 +0000 (12:46 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Fri, 1 Mar 2024 14:12:15 +0000 (09:12 -0500)
commitbc4a27e91529e145317ab92bf977fec60566e2a4
treeef3dc9400461a96e5be4651754d9d295d0c829b2
parent9a026aec88e8ef3d79e510195c5e17fcff76e4d9
SUNRPC: Remove EXPORT_SYMBOL_GPL for svc_process_bc()

svc_process_bc(), previously known as bc_svc_process(), was
added in commit 4d6bbb6233c9 ("nfs41: Backchannel bc_svc_process()")
but there has never been a call site outside of the sunrpc.ko
module.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Reviewed-by: Benjamin Coddington <bcodding@redhat.com>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
net/sunrpc/svc.c