dm mpath: complain about unsupported __multipath_map_bio() return values
WARN_ONCE() if __multipath_map_bio() returns an unsupported return value. Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
This commit is contained in:
parent
7b06e09a6d
commit
9157c8d3e2
@ -632,6 +632,10 @@ static void process_queued_bios(struct work_struct *work)
|
|||||||
case DM_MAPIO_REMAPPED:
|
case DM_MAPIO_REMAPPED:
|
||||||
generic_make_request(bio);
|
generic_make_request(bio);
|
||||||
break;
|
break;
|
||||||
|
case 0:
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
WARN_ONCE(true, "__multipath_map_bio() returned %d\n", r);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
blk_finish_plug(&plug);
|
blk_finish_plug(&plug);
|
||||||
|
Loading…
Reference in New Issue
Block a user