OSDN Git Service

ocfs2: Read support for directories with inline data
authorMark Fasheh <mark.fasheh@oracle.com>
Wed, 12 Sep 2007 20:01:18 +0000 (13:01 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 12 Oct 2007 18:54:40 +0000 (11:54 -0700)
commit23193e513d1cd69411469f028d56fd175d4a6b07
tree18c2c6019d4ba6253a7c2ce87b53a118801ce534
parent1afc32b952335f665327a1a9001ba1b44bb76fd9
ocfs2: Read support for directories with inline data

This splits out extent based directory read support and implements
inline-data versions of those functions. All knowledge of inline-data versus
extent based directories is internalized. For lookups the code uses
ocfs2_find_entry_id(), full dir iterations make use of
ocfs2_dir_foreach_blk_id().

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>
Reviewed-by: Joel Becker <joel.becker@oracle.com>
fs/ocfs2/dir.c