NFS: Reduce stack footprint of nfs4_proc_create()
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 16 Apr 2010 20:22:51 +0000 (16:22 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 14 May 2010 19:09:27 +0000 (15:09 -0400)
commit0ab64e0e147e45c07e33d344401cf898a6c181c0
tree452c7df444c680ebd5721d14e94fbc8782c6de7e
parent23a306120fcb2879ed2b814716c1cb2a8eb74f72
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>
fs/nfs/nfs4proc.c