commit | a22305cc693254a2aa651e797875669112ef8635 | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Thu Nov 13 14:49:17 2008 -0800 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jan 05 08:36:53 2009 -0800 |
tree | 6beabdffc91bec297824f2049293c14bb05daadb | |
parent | 5e96581a377fc6bd76e9b112da9aeb8a7ae8bf22 [diff] |
ocfs2: Wrap dirblock reads in a dedicated function. We have ocfs2_bread() as a vestige of the original ext-based dir code. It's only used by directories, though. Turn it into ocfs2_read_dir_block(), with a prototype matching the other metadata read functions. It's set up to validate dirblocks when the time comes. Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>