From: Arne Jansen Date: Sat, 25 Feb 2012 08:09:47 +0000 (+0100) Subject: btrfs: don't add both copies of DUP to reada extent tree X-Git-Tag: v3.4-rc5~6^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=207a232ccac0a8cb79d304bd17298dbc96e2e082;p=pandora-kernel.git btrfs: don't add both copies of DUP to reada extent tree Normally when there are 2 copies of a block, we add both to the reada extent tree and prefetch only the one that is easier to reach. This way we can better utilize multiple devices. In case of DUP this makes no sense as both copies reside on the same device. Signed-off-by: Arne Jansen --- Reading git-diff-tree failed