diff options
author | J. Bruce Fields <bfields@redhat.com> | 2014-01-15 12:21:12 -0500 |
---|---|---|
committer | J. Bruce Fields <bfields@redhat.com> | 2014-01-24 15:58:21 -0500 |
commit | d50e61361c68a05a9cd7d54617522f99f278ac8a (patch) | |
tree | ee0f62664a334349fc18445deef62cca0cd31e3a /fs/nfsd/nfs4state.c | |
parent | 068c34c0ce8add2e5f01ee6c85710e6fefb832ad (diff) |
nfsd4: decrease nfsd4_encode_fattr stack usage
A struct svc_fh is 320 bytes on x86_64, it'd be better not to have these
on the stack.
kmalloc'ing them probably isn't ideal either, but this is the simplest
thing to do. If it turns out to be a problem in the readdir case then
we could add a svc_fh to nfsd4_readdir and pass that in.
Acked-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
Diffstat (limited to 'fs/nfsd/nfs4state.c')
0 files changed, 0 insertions, 0 deletions