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)
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>

No differences found