nfsd4: reduce do_open_lookup() stack usage
authorJ. Bruce Fields <bfields@redhat.com>
Fri, 27 Jan 2012 21:49:55 +0000 (16:49 -0500)
committerJ. Bruce Fields <bfields@redhat.com>
Tue, 6 Mar 2012 23:13:37 +0000 (18:13 -0500)
I get 320 bytes for struct svc_fh on x86_64, really a little large to be
putting on the stack; kmalloc() instead.

Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4proc.c

Simple merge