Btrfs: Handle data checksumming on bios that span multiple ordered extents
authorChris Mason <chris.mason@oracle.com>
Fri, 18 Jul 2008 10:17:13 +0000 (06:17 -0400)
committerChris Mason <chris.mason@oracle.com>
Thu, 25 Sep 2008 15:04:05 +0000 (11:04 -0400)
Data checksumming is done right before the bio is sent down the IO stack,
which means a single bio might span more than one ordered extent.  In
this case, the checksumming data is split between two ordered extents.

Signed-off-by: Chris Mason <chris.mason@oracle.com>

No differences found