aboutsummaryrefslogtreecommitdiffstats
path: root/fs/coda/dir.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/coda/dir.c')
-rw-r--r--fs/coda/dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/coda/dir.c b/fs/coda/dir.c
index 14a14808320c..190effc6a6fa 100644
--- a/fs/coda/dir.c
+++ b/fs/coda/dir.c
@@ -526,7 +526,7 @@ static int coda_dentry_revalidate(struct dentry *de, unsigned int flags)
526 if (cii->c_flags & C_FLUSH) 526 if (cii->c_flags & C_FLUSH)
527 coda_flag_inode_children(inode, C_FLUSH); 527 coda_flag_inode_children(inode, C_FLUSH);
528 528
529 if (de->d_count > 1) 529 if (d_count(de) > 1)
530 /* pretend it's valid, but don't change the flags */ 530 /* pretend it's valid, but don't change the flags */
531 goto out; 531 goto out;
532 532