aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/namei.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/namei.c b/fs/namei.c
index 787ebc8a200a..4c5cbd5371a3 100644
--- a/fs/namei.c
+++ b/fs/namei.c
@@ -2529,10 +2529,10 @@ SYSCALL_DEFINE2(mkdir, const char __user *, pathname, int, mode)
2529} 2529}
2530 2530
2531/* 2531/*
2532 * We try to drop the dentry early: we should have 2532 * The dentry_unhash() helper will try to drop the dentry early: we
2533 * a usage count of 2 if we're the only user of this 2533 * should have a usage count of 2 if we're the only user of this
2534 * dentry, and if that is true (possibly after pruning 2534 * dentry, and if that is true (possibly after pruning the dcache),
2535 * the dcache), then we drop the dentry now. 2535 * then we drop the dentry now.
2536 * 2536 *
2537 * A low-level filesystem can, if it choses, legally 2537 * A low-level filesystem can, if it choses, legally
2538 * do a 2538 * do a