提交 398102f6 编写于 作者: G Gao Xiang 提交者: Greg Kroah-Hartman

staging: erofs: remove the redundant d_rehash() for the root dentry

commit e9c892465583c8f42d61fafe30970d36580925df upstream.

There is actually no need at all to d_rehash() for the root dentry
as Al pointed out, fix it.
Reported-by: NAl Viro <viro@ZenIV.linux.org.uk>
Cc: Al Viro <viro@ZenIV.linux.org.uk>
Signed-off-by: NGao Xiang <gaoxiang25@huawei.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 017f7fd7
......@@ -404,12 +404,6 @@ static int erofs_read_super(struct super_block *sb,
erofs_register_super(sb);
/*
* We already have a positive dentry, which was instantiated
* by d_make_root. Just need to d_rehash it.
*/
d_rehash(sb->s_root);
if (!silent)
infoln("mounted on %s with opts: %s.", dev_name,
(char *)data);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册