ocfs2: Convert ocfs2_read_dir_block() to ocfs2_read_virt_blocks()
authorJoel Becker <joel.becker@oracle.com>
Thu, 13 Nov 2008 22:49:21 +0000 (14:49 -0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:36:55 +0000 (08:36 -0800)
commit511308d90b53479b194cd067715f44dc99d39b08
tree7f8597ce83fe6543871fab3df4c4a21b11875ea4
parenta8549fb5abb2b372e46d5de0d23ff8b24f4a61af
ocfs2: Convert ocfs2_read_dir_block() to ocfs2_read_virt_blocks()

Now that we've centralized the ocfs2_read_virt_blocks() code, let's use
it in ocfs2_read_dir_block().

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