From: Joel Becker Date: Fri, 10 Oct 2008 00:20:29 +0000 (-0700) Subject: ocfs2: Separate out sync reads from ocfs2_read_blocks() X-Git-Tag: v2.6.28-rc1~572^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da1e90985a0e767e44397c9db0937e236033fa58;p=pandora-kernel.git ocfs2: Separate out sync reads from ocfs2_read_blocks() The ocfs2_read_blocks() function currently handles sync reads, cached, reads, and sometimes cached reads. We're going to add some functionality to it, so first we should simplify it. The uncached, synchronous reads are much easer to handle as a separate function, so we instroduce ocfs2_read_blocks_sync(). Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed