提交 1b03bc5c 编写于 作者: A Al Viro

typo fix: it's d_make_root, not d_make_inode...

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 02e5ad97
......@@ -436,7 +436,7 @@ for the inode. If d_make_root(inode) is passed a NULL inode it returns NULL
and also requires no further error handling. Typical usage is:
inode = foofs_new_inode(....);
s->s_root = d_make_inode(inode);
s->s_root = d_make_root(inode);
if (!s->s_root)
/* Nothing needed for the inode cleanup */
return -ENOMEM;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册