summaryrefslogtreecommitdiffstats
path: root/fs/namei.c
diff options
context:
space:
mode:
authorJ. Bruce Fields2012-02-15 17:48:40 +0100
committerAl Viro2012-03-31 22:03:17 +0200
commitc0d0259481cc6ec2a38cad810055e455de35c733 (patch)
tree20ca63134e34d408e075790bb2fd4bf375b89313 /fs/namei.c
parentvfs: split __lookup_hash (diff)
downloadkernel-qcow2-linux-c0d0259481cc6ec2a38cad810055e455de35c733.tar.gz
kernel-qcow2-linux-c0d0259481cc6ec2a38cad810055e455de35c733.tar.xz
kernel-qcow2-linux-c0d0259481cc6ec2a38cad810055e455de35c733.zip
vfs: fix out-of-date dentry_unhash() comment
64252c75a2196a0cf1e0d3777143ecfe0e3ae650 "vfs: remove dget() from dentry_unhash()" changed the implementation but not the comment. Cc: Sage Weil <sage@newdream.net> Signed-off-by: J. Bruce Fields <bfields@redhat.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/namei.c')
-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)
/*
* The dentry_unhash() helper will try to drop the dentry early: we
- * should have a usage count of 2 if we're the only user of this
+ * should have a usage count of 1 if we're the only user of this
* dentry, and if that is true (possibly after pruning the dcache),
* then we drop the dentry now.
*