commit | 90ff0c548d1220d31f80e498b587393895705e6c | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Apr 27 13:48:18 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Tue May 01 15:42:43 2012 -0400 |
tree | cb3b1f54071764034304c4c35440ca12235e4b20 | |
parent | fee7fe196c41847c135cde41b0ec790f53ee6fcf [diff] |
NFSv4: Simplify the NFSv4 OPEN compound Get rid of the post-op GETATTR on the directory in order to reduce the amount of processing done on the server. The cost is that if we later need to stat() the directory, then we know that the ctime and mtime are likely to be invalid. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>