dm-raid1.c: Conditionally ignore kcopyd errors depending on whether mirror handles them
brassow
dm-raid1 is setting the flag to ignore errors in kcopyd. Now that
mirroring is capable of handling errors, it should. So, we make
the setting of the 'ignore errors' flag conditional on whether
mirror is handling errors or not.
Signed-off-by: Jonathan Brassow <jbrassow@redhat.com>