From: Chris Mason Date: Tue, 23 Sep 2008 17:14:12 +0000 (-0400) Subject: Btrfs: Checksum tree blocks in the background X-Git-Tag: v2.6.29-rc1~27^2~9^2~55^2~56^2~30^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce3ed71a58094544da1e1dc4723f1f553bb5b2d5;p=pandora-kernel.git 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 --- Reading git-diff-tree failed