commit | 4e0641a7ad98fca5646a6be17605bc80f6c4ebde | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jul 05 13:05:13 2006 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jul 05 13:17:13 2006 -0400 |
tree | 5951d35bb1b2ed5a0452334221689258b5e3165f | |
parent | bce3481c91801665e17f8daf59ede946129f3d3f [diff] |
NFS: Optimise away an excessive GETATTR call when a file is symlinked In the case when compiling via a symlink tree, we want to ensure that the close-to-open GETATTR call is applied only to the final file, and not to the symlink. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>