From: Miao Xie Date: Thu, 25 Jul 2013 11:22:35 +0000 (+0800) Subject: Btrfs: batch the extent state operation in the end io handle of the read page X-Git-Tag: v3.12-rc1~40^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=883d0de485222715929f7b7e2a9a34dc9b9b2be2;p=pandora-kernel.git Btrfs: batch the extent state operation in the end io handle of the read page Before applying this patch, we set the uptodate flag and unlock the extent by the page size, it is unnecessary, we can do it in batches, it can reduce the lock contention of the extent state tree. Signed-off-by: Miao Xie Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed