From: Stefan Behrens Date: Tue, 6 Nov 2012 13:43:46 +0000 (+0100) Subject: Btrfs: changes to live filesystem are also written to replacement disk X-Git-Tag: v3.8-rc1~71^2~59 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=472262f35a6b3407e761b700d74c53530e5f144d;p=pandora-kernel.git Btrfs: changes to live filesystem are also written to replacement disk During a running dev replace operation, all write requests to the live filesystem are duplicated to also write to the target drive. Therefore btrfs_map_block() is changed to duplicate stripes that are written to the source disk of a device replace procedure to be written to the target disk as well. Signed-off-by: Stefan Behrens Signed-off-by: Chris Mason --- Reading git-diff-tree failed