From: J. Bruce Fields Date: Fri, 27 Jan 2012 21:49:55 +0000 (-0500) Subject: nfsd4: reduce do_open_lookup() stack usage X-Git-Tag: v3.4-rc1~40^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59deeb9e5a2b535b95327c0d29bb3c2c4c3e8234;p=pandora-kernel.git nfsd4: reduce do_open_lookup() stack usage 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 --- Reading git-diff-tree failed