NFS: Optimise away an excessive GETATTR call when a file is symlinked
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 5 Jul 2006 17:05:13 +0000 (13:05 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 5 Jul 2006 17:17:13 +0000 (13:17 -0400)
commit4e0641a7ad98fca5646a6be17605bc80f6c4ebde
tree5951d35bb1b2ed5a0452334221689258b5e3165f
parentbce3481c91801665e17f8daf59ede946129f3d3f
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>
fs/nfs/dir.c