On Fri, Jun 14, 2024 at 12:38 PM Christoph Hellwig <hch@xxxxxx> wrote: > > As of Linux 6.10-rc the MM can swap out larger than page size chunks. > NFS has all code ready to handle this, but has a VM_BUG_ON that > triggers when this happens. Simply remove the VM_BUG_ON to fix this > use case. > > Signed-off-by: Christoph Hellwig <hch@xxxxxx> > --- > fs/nfs/direct.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/fs/nfs/direct.c b/fs/nfs/direct.c > index bb2f583eb28bf1..90079ca134dd3c 100644 +1 for the patch, and thank you for fixing NFS swap Thanks, Martin