On Thu, Sep 05, 2024 at 11:30:43AM -0400, cel@xxxxxxxxxx wrote: > From: Jeff Layton <jlayton@xxxxxxxxxx> > > [ Upstream commit f5f9d4a314da88c0a5faa6d168bf69081b7a25ae ] > > There's no need to start the reply cache before nfsd is up and running, > and doing so means that we register a shrinker for every net namespace > instead of just the ones where nfsd is running. > > Move it to the per-net nfsd startup instead. > > Reported-by: Dai Ngo <dai.ngo@xxxxxxxxxx> > Signed-off-by: Jeff Layton <jlayton@xxxxxxxxxx> > Stable-dep-of: ed9ab7346e90 ("nfsd: move init of percpu reply_cache_stats counters back to nfsd_init_net") > Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx> > --- > fs/nfsd/nfsctl.c | 8 -------- > fs/nfsd/nfssvc.c | 10 +++++++++- > 2 files changed, 9 insertions(+), 9 deletions(-) Whole series now queued up, thanks. greg k-h