mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/
synced 2026-09-26 18:16:26 +00:00
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>
This commit is contained in:
parent
0f9dd46cda
commit
ce3ed71a58
1 changed files with 17 additions and 9 deletions
Loading…
Add table
Add a link
Reference in a new issue