Skip to content

Commit

Permalink
omfs: add directory routines
Browse files Browse the repository at this point in the history
Add lookup and directory management routines for OMFS.  The filesystem uses
hashing based on the filename and stores collisions, unordered, in siblings
of files' inode structures.  To support telldir, the current position in
the hash table is encoded in fpos.

Signed-off-by: Bob Copeland <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
bcopeland authored and torvalds committed Jul 26, 2008
1 parent 555e377 commit a3ab715
Showing 1 changed file with 504 additions and 0 deletions.
Loading

0 comments on commit a3ab715

Please sign in to comment.