From: Mark Fasheh Date: Tue, 30 Oct 2007 19:08:32 +0000 (-0700) Subject: ocfs2: Readpages support X-Git-Tag: v2.6.25-rc1~1232^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=628a24f5bdf31b795d596eaed71670579b96a9aa;p=pandora-kernel.git ocfs2: Readpages support Add ->readpages support to Ocfs2. This is rather trivial - all it required is a small update to ocfs2_get_block (for mapping full extents via b_size) and an ocfs2_readpages() function which partially mirrors ocfs2_readpage(). Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed