From: Joel Becker Date: Thu, 13 Nov 2008 22:49:17 +0000 (-0800) Subject: ocfs2: Wrap dirblock reads in a dedicated function. X-Git-Tag: v2.6.29-rc1~505^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a22305cc693254a2aa651e797875669112ef8635;p=pandora-kernel.git 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 Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed