[GFS2] Fix bmap to map extents properly
authorSteven Whitehouse <swhiteho@redhat.com>
Fri, 13 Oct 2006 21:25:45 +0000 (17:25 -0400)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 20 Oct 2006 13:13:40 +0000 (09:13 -0400)
This fix means that bmap will map extents of the length requested
by the VFS rather than guessing at it, or just mapping one block
at a time. The other callers of gfs2_block_map are audited to ensure
they send the correct max extent lengths (i.e. set bh->b_size correctly).

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>

No differences found