diff --git a/[refs] b/[refs] index 2cbdebf4f666..ba6ea5925755 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ed53b12a9a60f4d52228335e76cbbdf0c7e37fb +refs/heads/master: 9dcc5e8a4635d6a0b20273e3db21507ff02764ea diff --git a/trunk/fs/hostfs/hostfs_kern.c b/trunk/fs/hostfs/hostfs_kern.c index 0f6e52d22b84..95b9c87cb24a 100644 --- a/trunk/fs/hostfs/hostfs_kern.c +++ b/trunk/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)