--- zzzz-none-000/linux-3.10.107/fs/nfsd/xdr3.h 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/fs/nfsd/xdr3.h 2021-02-04 17:41:59.000000000 +0000 @@ -174,6 +174,9 @@ struct nfsd3_readdirres { __be32 status; struct svc_fh fh; + /* Just to save kmalloc on every readdirplus entry (svc_fh is a + * little large for the stack): */ + struct svc_fh scratch; int count; __be32 verf[2];