aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/namei.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/namei.c b/fs/namei.c
index fef80bfdc7a4..1898198abc3d 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -2710,7 +2710,7 @@ SYSCALL_DEFINE2(mkdir, const char __user *, pathname, umode_t, mode)
2710 2710
2711/* 2711/*
2712 * The dentry_unhash() helper will try to drop the dentry early: we 2712 * The dentry_unhash() helper will try to drop the dentry early: we
2713 * should have a usage count of 2 if we're the only user of this 2713 * should have a usage count of 1 if we're the only user of this
2714 * dentry, and if that is true (possibly after pruning the dcache), 2714 * dentry, and if that is true (possibly after pruning the dcache),
2715 * then we drop the dentry now. 2715 * then we drop the dentry now.
2716 * 2716 *