]> Pileus Git - ~andy/linux/blobdiff - fs/hostfs/hostfs_kern.c
hostfs: remove "will unlock" comment
[~andy/linux] / fs / hostfs / hostfs_kern.c
index 0f6e52d22b8420fdbd3e5b315fe403d742c0a52f..95b9c87cb24a3ac3ce76c7deda6b53bc0237b90f 100644 (file)
@@ -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)