commit | 0ab64e0e147e45c07e33d344401cf898a6c181c0 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Apr 16 16:22:51 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri May 14 15:09:27 2010 -0400 |
tree | 452c7df444c680ebd5721d14e94fbc8782c6de7e | |
parent | 23a306120fcb2879ed2b814716c1cb2a8eb74f72 [diff] |
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 <Trond.Myklebust@netapp.com>