commit | ce3ed71a58094544da1e1dc4723f1f553bb5b2d5 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue Sep 23 13:14:12 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:07 2008 -0400 |
tree | 8622438279a58a424782a5267eac73a0983144ad | |
parent | 0f9dd46cda36b8de3b9f48bc42bd09d20b9c3b52 [diff] |
Btrfs: Checksum tree blocks in the background Tree blocks were using async bio submission, but the sum was still being done directly during writepage. This moves the checksumming into the worker thread. Signed-off-by: Chris Mason <chris.mason@oracle.com>