mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-05 13:51:52 +00:00
Documentation/filesystems/porting fixes
typo fix and whitespace cleanup Signed-off-by: Oliver Pinter <oliver.pntr@gmail.com> Signed-off-by: Adrian Bunk <bunk@kernel.org>
This commit is contained in:
parent
53379e57a7
commit
3eb43f689c
1 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ Declare
|
||||||
|
|
||||||
Use FOO_I(inode) instead of &inode->u.foo_inode_i;
|
Use FOO_I(inode) instead of &inode->u.foo_inode_i;
|
||||||
|
|
||||||
Add foo_alloc_inode() and foo_destory_inode() - the former should allocate
|
Add foo_alloc_inode() and foo_destroy_inode() - the former should allocate
|
||||||
foo_inode_info and return the address of ->vfs_inode, the latter should free
|
foo_inode_info and return the address of ->vfs_inode, the latter should free
|
||||||
FOO_I(inode) (see in-tree filesystems for examples).
|
FOO_I(inode) (see in-tree filesystems for examples).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue