]> pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ocfs2: Readpages support
authorMark Fasheh <mark.fasheh@oracle.com>
Tue, 30 Oct 2007 19:08:32 +0000 (12:08 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Fri, 25 Jan 2008 22:48:12 +0000 (14:48 -0800)
commit628a24f5bdf31b795d596eaed71670579b96a9aa
tree3dcd23a6cfd10e142cf0397a53e5f95ca72f5168
parentd69a3ad6a0e47b2aa9b2b2ddfd385752132a4d34
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 <mark.fasheh@oracle.com>
fs/ocfs2/aops.c