From: Trond Myklebust Date: Fri, 16 Apr 2010 20:22:51 +0000 (-0400) Subject: NFS: Reduce stack footprint of nfs4_proc_create() X-Git-Tag: v2.6.35-rc1~490^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ab64e0e147e45c07e33d344401cf898a6c181c0;p=pandora-kernel.git NFS: Reduce stack footprint of nfs4_proc_create() Move the O_EXCL open handling into _nfs4_do_open() where it belongs. Doing so also allows us to reuse the struct fattr from the opendata. Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed