Skip to content
Commit 5d13a98f authored by Chris Mason's avatar Chris Mason
Browse files

Btrfs: readahead checksums during btrfs_finish_ordered_io



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: default avatarChris Mason <chris.mason@oracle.com>
parent b9473439
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