commit | 23193e513d1cd69411469f028d56fd175d4a6b07 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Wed Sep 12 13:01:18 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Oct 12 11:54:40 2007 -0700 |
tree | 18c2c6019d4ba6253a7c2ce87b53a118801ce534 | |
parent | 1afc32b952335f665327a1a9001ba1b44bb76fd9 [diff] |
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>