Home
last modified time | relevance | path

Searched hist:"6 b75cf9e309d18664f964889ac026096ba0d1919" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/nfs/
H A Ddir.cdiff 6b75cf9e309d18664f964889ac026096ba0d1919 Mon Nov 02 07:55:03 CST 2020 Trond Myklebust <trond.myklebust@hammerspace.com> NFS: Reduce readdir stack usage

The descriptor and the struct nfs_entry are both large structures,
so don't allocate them from the stack.

Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Reviewed-by: Benjamin Coddington <bcodding@redhat.com>
Tested-by: Benjamin Coddington <bcodding@redhat.com>
Tested-by: Dave Wysochanski <dwysocha@redhat.com>