From: Bob Copeland Date: Sat, 26 Jul 2008 02:45:16 +0000 (-0700) Subject: omfs: add directory routines X-Git-Tag: v2.6.27-rc1~172 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3ab7155ea21aadc8a4d5687e91b3d876973185e;p=pandora-kernel.git omfs: add directory routines 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed