From: Stefan Behrens Date: Tue, 6 Nov 2012 13:57:46 +0000 (+0100) Subject: Btrfs: increase BTRFS_MAX_MIRRORS by one for dev replace X-Git-Tag: v3.8-rc1~71^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72d7aefccd512b66cd5543e652eae04be12085fc;p=pandora-kernel.git Btrfs: increase BTRFS_MAX_MIRRORS by one for dev replace This change of the define is effective in all modes, it is required and used only in the case when a device replace procedure is running. The reason is that during an active device replace procedure, the target device of the copy operation is a mirror for the filesystem data as well that can be used to read data in order to repair read errors on other disks. Signed-off-by: Stefan Behrens Signed-off-by: Chris Mason --- Reading git-diff-tree failed