From: Miao Xie Date: Thu, 25 Jul 2013 11:22:37 +0000 (+0800) Subject: Btrfs: cache the extent map struct when reading several pages X-Git-Tag: v3.12-rc1~40^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=125bac016d60e78120e92904a5b2fc3a5ebf0475;p=pandora-kernel.git Btrfs: cache the extent map struct when reading several pages When we read several pages at once, we needn't get the extent map object every time we deal with a page, and we can cache the extent map object. So, we can reduce the search time of the extent map, and besides that, we also can reduce the lock contention of the extent map tree. Signed-off-by: Miao Xie Signed-off-by: Josef Bacik Signed-off-by: Chris Mason --- Reading git-diff-tree failed