diff --git a/fs/ceph/dir.c b/fs/ceph/dir.c index df4b3e6..f6788f8 100644 --- a/fs/ceph/dir.c +++ b/fs/ceph/dir.c @@ -1247,6 +1247,7 @@ static int ceph_d_revalidate(struct dentry *dentry, unsigned int flags) } } + /* if (!valid) { struct ceph_mds_client *mdsc = ceph_sb_to_client(dir->i_sb)->mdsc; @@ -1283,6 +1284,7 @@ static int ceph_d_revalidate(struct dentry *dentry, unsigned int flags) dentry, err); } } + */ dout("d_revalidate %p %s\n", dentry, valid ? "valid" : "invalid"); if (valid) {