On Wed, Jul 24, 2024 at 12:55:49PM +1000, NeilBrown wrote: > > nfsd4_ssc_init_umount_work() is only used in the nfsd module, so there > is no neex to EXPORT it. > > Signed-off-by: NeilBrown <neilb@xxxxxxx> > --- > fs/nfsd/nfs4state.c | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c > index a20c2c9d7d45..1795bd8e7ae9 100644 > --- a/fs/nfsd/nfs4state.c > +++ b/fs/nfsd/nfs4state.c > @@ -6268,7 +6268,6 @@ void nfsd4_ssc_init_umount_work(struct nfsd_net *nn) > INIT_LIST_HEAD(&nn->nfsd_ssc_mount_list); > init_waitqueue_head(&nn->nfsd_ssc_waitq); > } > -EXPORT_SYMBOL_GPL(nfsd4_ssc_init_umount_work); > > /* > * This is called when nfsd is being shutdown, after all inter_ssc > -- > 2.44.0 > Applied to nfsd-next (for v6.12). Thanks! -- Chuck Lever