commit | d50e61361c68a05a9cd7d54617522f99f278ac8a | [log] [tgz] |
---|---|---|
author | J. Bruce Fields <bfields@redhat.com> | Wed Jan 15 12:21:12 2014 -0500 |
committer | J. Bruce Fields <bfields@redhat.com> | Fri Jan 24 15:58:21 2014 -0500 |
tree | ee0f62664a334349fc18445deef62cca0cd31e3a | |
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>