dm raid: use DM_ENDIO_INCOMPLETE
Use a defined macro DM_ENDIO_INCOMPLETE instead of a numeric constant. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
This commit is contained in:
parent
7c27213b20
commit
19cbbc60c6
1 changed files with 1 additions and 1 deletions
|
@ -1257,7 +1257,7 @@ static int mirror_end_io(struct dm_target *ti, struct bio *bio,
|
||||||
mempool_free(read_record, ms->read_record_pool);
|
mempool_free(read_record, ms->read_record_pool);
|
||||||
map_context->ptr = NULL;
|
map_context->ptr = NULL;
|
||||||
queue_bio(ms, bio, rw);
|
queue_bio(ms, bio, rw);
|
||||||
return 1;
|
return DM_ENDIO_INCOMPLETE;
|
||||||
}
|
}
|
||||||
DMERR("All replicated volumes dead, failing I/O");
|
DMERR("All replicated volumes dead, failing I/O");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue