dm rq: add a missing break to map_request
authorChristoph Hellwig <hch@lst.de>
Mon, 15 May 2017 15:28:36 +0000 (17:28 +0200)
committerMike Snitzer <snitzer@redhat.com>
Mon, 15 May 2017 19:09:51 +0000 (15:09 -0400)
commitece0728037b15f4d31198f12b359104bcb5db4c8
tree04a5686cbcc5dfbf50184a745147251dd405166f
parent0377a07c7a035e0d033cd8b29f0cb15244c0916a
dm rq: add a missing break to map_request

We don't want to bug when receiving a DM_MAPIO_KILL value..

Fixes: 412445ac ("dm: introduce a new DM_MAPIO_KILL return value")
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-rq.c