commit | cd9a1c0e5ac681871d64804f82291649e2a0accb | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Sep 17 10:56:50 2010 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Sep 17 10:56:50 2010 -0400 |
tree | 900c2bf6ba75c2a02af07091afcf4ba4cfdb2396 | |
parent | 859d5024f450686ad0a42ed3c06f2fa20295c9e6 [diff] |
NFSv4: Clean up nfs4_atomic_open Start moving the 'struct nameidata' dependent code out of the lower level NFS code in preparation for the removal of open intents. Instead of the struct nameidata, we pass down a partially initialised struct nfs_open_context that will be fully initialised by the atomic open upon success. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>