From: Miao Xie Date: Thu, 25 Jul 2013 11:22:34 +0000 (+0800) Subject: Btrfs: don't cache the csum value into the extent state tree X-Git-Tag: v3.12-rc1~40^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=facc8a2247340a9735fe8cc123c5da2102f5ef1b;p=pandora-kernel.git Btrfs: don't cache the csum value into the extent state tree Before applying this patch, we cached the csum value into the extent state tree when reading some data from the disk, this operation increased the lock contention of the state tree. Now, we just store the csum value into the bio structure or other unshared structure, so we can reduce the lock contention. Signed-off-by: Miao Xie Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed