mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
The new DIO bio splitting code has problems when the bio spans more than one ordered extent. This will happen as the generic DIO code merges our get_blocks calls together into a bigger single bio. This fixes things by walking forward in the ordered extent code finding all the overlapping ordered extents and completing them all at once. Signed-off-by: Chris Mason <chris.mason@oracle.com>
5.4 KiB
5.4 KiB