commit | 207a232ccac0a8cb79d304bd17298dbc96e2e082 | [log] [tgz] |
---|---|---|
author | Arne Jansen <sensille@gmx.net> | Sat Feb 25 09:09:47 2012 +0100 |
committer | David Sterba <dsterba@suse.cz> | Wed Apr 18 19:12:44 2012 +0200 |
tree | baed843e078e80d04ff28054751dea22e98bea0b | |
parent | 8c9c2bf7a3c4f7e9d158c0be9c49f372fb943ad2 [diff] |
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 <sensille@gmx.net>