[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <1364381234-22960-2-git-send-email-james.hogan@imgtec.com>
Date: Wed, 27 Mar 2013 10:47:12 +0000
From: James Hogan <james.hogan@...tec.com>
To: Jeff Dike <jdike@...toit.com>, Al Viro <viro@...IV.linux.org.uk>,
"Richard Weinberger" <richard@....at>,
<user-mode-linux-devel@...ts.sourceforge.net>,
<linux-kernel@...r.kernel.org>
CC: James Hogan <james.hogan@...tec.com>,
Nick Piggin <npiggin@...nel.dk>
Subject: [PATCH 1/3] hostfs: remove "will unlock" comment
A "will unlock" comment was added to hostfs in the following commit,
along with a spinlock:
Commit e9193059b1b3733695d5b80e667778311695aa73 ("hostfs: fix races in
dentry_name() and inode_name()").
But the spinlock was subsequently removed in the following commit:
Commit ec2447c278ee973d35f38e53ca16ba7f965ae33d ("hostfs: simplify
locking").
Since the comment is no longer applicable, remove it.
Reported-by: Al Viro <viro@...iv.linux.org.uk>
Signed-off-by: James Hogan <james.hogan@...tec.com>
Cc: Nick Piggin <npiggin@...nel.dk>
---
fs/hostfs/hostfs_kern.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/hostfs/hostfs_kern.c b/fs/hostfs/hostfs_kern.c
index 0f6e52d..95b9c87 100644
--- a/fs/hostfs/hostfs_kern.c
+++ b/fs/hostfs/hostfs_kern.c
@@ -121,7 +121,7 @@ static char *dentry_name(struct dentry *dentry)
if (!name)
return NULL;
- return __dentry_name(dentry, name); /* will unlock */
+ return __dentry_name(dentry, name);
}
static char *inode_name(struct inode *ino)
--
1.8.1.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists