diff options
Diffstat (limited to 'fs/nfs/dir.c')
-rw-r--r-- | fs/nfs/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c index 07df192e23a0..e275a6eb0a7c 100644 --- a/fs/nfs/dir.c +++ b/fs/nfs/dir.c | |||
@@ -646,7 +646,7 @@ static int nfs_check_verifier(struct inode *dir, struct dentry *dentry) | |||
646 | { | 646 | { |
647 | if (IS_ROOT(dentry)) | 647 | if (IS_ROOT(dentry)) |
648 | return 1; | 648 | return 1; |
649 | if (dentry->d_time == NFS_I(dir)->cache_change_attribute) | 649 | if (nfs_verify_change_attribute(dir, dentry->d_time)) |
650 | return 1; | 650 | return 1; |
651 | return 0; | 651 | return 0; |
652 | } | 652 | } |