Skip to content
Commit 23591256 authored by Steven Whitehouse's avatar Steven Whitehouse
Browse files

[GFS2] Fix bmap to map extents properly



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: default avatarSteven Whitehouse <swhiteho@redhat.com>
parent 42fb0083
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment