diff options
Diffstat (limited to 'drivers/md/dm-raid1.c')
-rw-r--r-- | drivers/md/dm-raid1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/dm-raid1.c b/drivers/md/dm-raid1.c index b37467618b16..cec5f9b3a278 100644 --- a/drivers/md/dm-raid1.c +++ b/drivers/md/dm-raid1.c | |||
@@ -1257,7 +1257,7 @@ static int mirror_end_io(struct dm_target *ti, struct bio *bio, | |||
1257 | mempool_free(read_record, ms->read_record_pool); | 1257 | mempool_free(read_record, ms->read_record_pool); |
1258 | map_context->ptr = NULL; | 1258 | map_context->ptr = NULL; |
1259 | queue_bio(ms, bio, rw); | 1259 | queue_bio(ms, bio, rw); |
1260 | return 1; | 1260 | return DM_ENDIO_INCOMPLETE; |
1261 | } | 1261 | } |
1262 | DMERR("All replicated volumes dead, failing I/O"); | 1262 | DMERR("All replicated volumes dead, failing I/O"); |
1263 | } | 1263 | } |