From e6108d432989cc2c7f3534492c09c2756773ddf2 Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Wed, 15 Feb 2012 11:48:40 -0500 Subject: [PATCH] --- yaml --- r: 298381 b: refs/heads/master c: c0d0259481cc6ec2a38cad810055e455de35c733 h: refs/heads/master i: 298379: df8ac0f5ccbd6dc57ff17e9b1a073ade89480859 v: v3 --- [refs] | 2 +- trunk/fs/namei.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4ff23c02fb80..144a8c1ddbf6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bad61189780ec0592cacde01a0775cb98a30efdc +refs/heads/master: c0d0259481cc6ec2a38cad810055e455de35c733 diff --git a/trunk/fs/namei.c b/trunk/fs/namei.c index fef80bfdc7a4..1898198abc3d 100644 --- a/trunk/fs/namei.c +++ b/trunk/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. *