Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Upstream
linux-stable
Commits
1b03bc5c
Commit
1b03bc5c
authored
5 years ago
by
Al Viro
Browse files
Options
Download
Email Patches
Plain Diff
typo fix: it's d_make_root, not d_make_inode...
Signed-off-by:
Al Viro
<
viro@zeniv.linux.org.uk
>
parent
02e5ad97
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Documentation/filesystems/porting
+1
-1
Documentation/filesystems/porting
with
1 addition
and
1 deletion
+1
-1
Documentation/filesystems/porting
View file @
1b03bc5c
...
...
@@ -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;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment