We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02e5ad9 commit 1b03bc5Copy full SHA for 1b03bc5
Documentation/filesystems/porting
@@ -436,7 +436,7 @@ for the inode. If d_make_root(inode) is passed a NULL inode it returns NULL
436
and also requires no further error handling. Typical usage is:
437
438
inode = foofs_new_inode(....);
439
- s->s_root = d_make_inode(inode);
+ s->s_root = d_make_root(inode);
440
if (!s->s_root)
441
/* Nothing needed for the inode cleanup */
442
return -ENOMEM;
0 commit comments