commit | 00d01bc17cc2807292303961519d9c005794eb1d | [log] [tgz] |
---|---|---|
author | Arne Jansen <sensille@gmx.net> | Wed May 25 12:22:50 2011 +0000 |
committer | Chris Mason <chris.mason@oracle.com> | Thu May 26 17:52:52 2011 -0400 |
tree | 47816d90951550c55d9ec1fff51c365056986aa1 | |
parent | c309df07868baa8b05d2a70637096465746fdbb5 [diff] |
btrfs scrub: don't coalesce pages that are logically discontiguous scrub_page collects several pages into one bio as long as they are physically contiguous. As we only save one logical address for the whole bio, don't collect pages that are physically contiguous but logically discontiguous. Signed-off-by: Arne Jansen <sensille@gmx.net> Signed-off-by: Chris Mason <chris.mason@oracle.com>