aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/dir.c')
-rw-r--r--fs/nfs/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c
index f430057ff3b3..4a3e23aea143 100644
--- a/fs/nfs/dir.c
+++ b/fs/nfs/dir.c
@@ -1144,7 +1144,7 @@ static int nfs_lookup_revalidate(struct dentry *dentry, struct nameidata *nd)
1144 goto out_bad; 1144 goto out_bad;
1145 } 1145 }
1146 1146
1147 if (nfs_have_delegation(inode, FMODE_READ)) 1147 if (NFS_PROTO(dir)->have_delegation(inode, FMODE_READ))
1148 goto out_set_verifier; 1148 goto out_set_verifier;
1149 1149
1150 /* Force a full look up iff the parent directory has changed */ 1150 /* Force a full look up iff the parent directory has changed */