From: Chuck Lever Date: Fri, 26 Jan 2024 17:46:07 +0000 (-0500) Subject: SUNRPC: Remove EXPORT_SYMBOL_GPL for svc_process_bc() X-Git-Tag: microblaze-v6.10~169^2~47 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=bc4a27e91529e145317ab92bf977fec60566e2a4;p=linux-2.6-microblaze.git 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 Reviewed-by: Benjamin Coddington Signed-off-by: Chuck Lever --- diff --git a/net/sunrpc/svc.c b/net/sunrpc/svc.c index 1ce6a3b7175c..b33e429336fb 100644 --- a/net/sunrpc/svc.c +++ b/net/sunrpc/svc.c @@ -1623,7 +1623,6 @@ void svc_process_bc(struct rpc_rqst *req, struct svc_rqst *rqstp) WARN_ON_ONCE(atomic_read(&task->tk_count) != 1); rpc_put_task(task); } -EXPORT_SYMBOL_GPL(svc_process_bc); #endif /* CONFIG_SUNRPC_BACKCHANNEL */ /**