Btrfs: readahead checksums during btrfs_finish_ordered_io
authorChris Mason <chris.mason@oracle.com>
Fri, 13 Mar 2009 15:41:46 +0000 (11:41 -0400)
committerChris Mason <chris.mason@oracle.com>
Tue, 24 Mar 2009 20:14:51 +0000 (16:14 -0400)
This reads in blocks in the checksum btree before starting the
transaction in btrfs_finish_ordered_io.  It makes it much more likely
we'll be able to do operations inside the transaction without
needing any btree reads, which limits transaction latencies overall.

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

No differences found