On Tue, 2025-06-10 at 12:05 -0400, Chuck Lever wrote: > From: Chuck Lever <chuck.lever@xxxxxxxxxx> > > After some discussion last year, Jeff reasoned that there was no > architectural reason NFSD has to restrict the number of > operations per NFSv4 COMPOUND. This is an experimental series to > explore that idea. > > Chuck Lever (3): > NFSD: Rename a function parameter > NFSD: Make nfsd_genl_rqstp::rq_ops array best-effort > NFSD: Remove the cap on number of operations per NFSv4 COMPOUND > > fs/nfsd/nfs4proc.c | 14 ++------------ > fs/nfsd/nfs4state.c | 1 - > fs/nfsd/nfs4xdr.c | 4 +--- > fs/nfsd/nfsctl.c | 31 ++++++++++++++++--------------- > fs/nfsd/nfsd.h | 5 +---- > fs/nfsd/xdr4.h | 1 - > 6 files changed, 20 insertions(+), 36 deletions(-) Reviewed-by: Jeff Layton <jlayton@xxxxxxxxxx>