VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: James Hogan <james.hogan@imgtec.com> 2013-03-27 10:47:12 +0000 committer: Al Viro <viro@zeniv.linux.org.uk> 2013-05-04 15:48:44 -0400 commit: 9dcc5e8a4635d6a0b20273e3db21507ff02764ea parent: 9ed53b12a9a60f4d52228335e76cbbdf0c7e37fb
Commit Summary:
hostfs: remove "will unlock" comment
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/hostfs/hostfs_kern.c b/fs/hostfs/hostfs_kern.c
index 0f6e52d22b84..95b9c87cb24a 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)