commit | 628a24f5bdf31b795d596eaed71670579b96a9aa | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Tue Oct 30 12:08:32 2007 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Jan 25 14:48:12 2008 -0800 |
tree | 3dcd23a6cfd10e142cf0397a53e5f95ca72f5168 | |
parent | d69a3ad6a0e47b2aa9b2b2ddfd385752132a4d34 [diff] |
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>