commit | 5d13a98f3bf5afc1113f7db184c627a44659bc29 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Fri Mar 13 11:41:46 2009 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Tue Mar 24 16:14:51 2009 -0400 |
tree | 1b9e7f2ed6047e9f471fd6f3b9e665c74dd5910b | |
parent | b9473439d3e84d9fc1a0a83faca69cc1b7566341 [diff] |
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: Chris Mason <chris.mason@oracle.com>