From: Jonathan E Brassow Date: Wed, 9 May 2007 09:32:59 +0000 (-0700) Subject: dm raid1: add handle_errors feature flag X-Git-Tag: v2.6.22-rc1~302 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8e6afa2363de7ee0dea1a3297f6236f421c2dd4;p=pandora-kernel.git dm raid1: add handle_errors feature flag This patch adds the ability to specify desired features in the mirror constructor/mapping table. The first feature of interest is "handle_errors". Currently, mirroring will ignore any I/O errors from the devices. Subsequent patches will check for this flag and handle the errors. If flag/feature is not present, mirror will do nothing - maintaining backwards compatibility. Signed-off-by: Jonathan E Brassow Signed-off-by: Alasdair G Kergon Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed