diff options
Diffstat (limited to 'fs/orangefs/dcache.c')
-rw-r--r-- | fs/orangefs/dcache.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/orangefs/dcache.c b/fs/orangefs/dcache.c index cc5487a1d040..5dfc4f3cfe68 100644 --- a/fs/orangefs/dcache.c +++ b/fs/orangefs/dcache.c | |||
@@ -117,8 +117,7 @@ static int orangefs_d_revalidate(struct dentry *dentry, unsigned int flags) | |||
117 | 117 | ||
118 | /* Now we must perform a getattr to validate the inode contents. */ | 118 | /* Now we must perform a getattr to validate the inode contents. */ |
119 | 119 | ||
120 | ret = orangefs_inode_old_getattr(dentry->d_inode, | 120 | ret = orangefs_inode_check_changed(dentry->d_inode); |
121 | ORANGEFS_ATTR_SYS_TYPE|ORANGEFS_ATTR_SYS_LNK_TARGET, 1); | ||
122 | if (ret < 0) { | 121 | if (ret < 0) { |
123 | gossip_debug(GOSSIP_DCACHE_DEBUG, "%s:%s:%d getattr failure.\n", | 122 | gossip_debug(GOSSIP_DCACHE_DEBUG, "%s:%s:%d getattr failure.\n", |
124 | __FILE__, __func__, __LINE__); | 123 | __FILE__, __func__, __LINE__); |