Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 82805
b: refs/heads/master
c: 3eb43f6
h: refs/heads/master
i:
  82803: 0764965
v: v3
  • Loading branch information
Oliver Pinter authored and Adrian Bunk committed Feb 3, 2008
1 parent 689ff0b commit aa591b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 53379e57a7705e2946c8d77d09a57a169097a6fe
refs/heads/master: 3eb43f689cef73c7c62bcaf90d7dc75a6182d2bd
6 changes: 3 additions & 3 deletions trunk/Documentation/filesystems/porting
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Changes since 2.5.0:

---
---
[recommended]

New helpers: sb_bread(), sb_getblk(), sb_find_get_block(), set_bh(),
Expand All @@ -10,7 +10,7 @@ Use them.

(sb_find_get_block() replaces 2.4's get_hash_table())

---
---
[recommended]

New methods: ->alloc_inode() and ->destroy_inode().
Expand All @@ -28,7 +28,7 @@ Declare

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_I(inode) (see in-tree filesystems for examples).

Expand Down

0 comments on commit aa591b4

Please sign in to comment.