diff options
-rw-r--r-- | fs/nfs/dir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/dir.c b/fs/nfs/dir.c index 0fac2cb1ea18..bd7e1cc53b90 100644 --- a/fs/nfs/dir.c +++ b/fs/nfs/dir.c | |||
@@ -450,6 +450,7 @@ void nfs_prime_dcache(struct dentry *parent, struct nfs_entry *entry) | |||
450 | dentry = d_lookup(parent, &filename); | 450 | dentry = d_lookup(parent, &filename); |
451 | if (dentry != NULL) { | 451 | if (dentry != NULL) { |
452 | if (nfs_same_file(dentry, entry)) { | 452 | if (nfs_same_file(dentry, entry)) { |
453 | nfs_set_verifier(dentry, nfs_save_change_attribute(dir)); | ||
453 | status = nfs_refresh_inode(dentry->d_inode, entry->fattr); | 454 | status = nfs_refresh_inode(dentry->d_inode, entry->fattr); |
454 | if (!status) | 455 | if (!status) |
455 | nfs_setsecurity(dentry->d_inode, entry->fattr, entry->label); | 456 | nfs_setsecurity(dentry->d_inode, entry->fattr, entry->label); |