aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/md/dm-mpath.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/md/dm-mpath.c b/drivers/md/dm-mpath.c
index 11f273d2f018..e8094d8fbe0d 100644
--- a/drivers/md/dm-mpath.c
+++ b/drivers/md/dm-mpath.c
@@ -499,8 +499,6 @@ static int multipath_clone_and_map(struct dm_target *ti, struct request *rq,
499 if (IS_ERR(clone)) { 499 if (IS_ERR(clone)) {
500 /* EBUSY, ENODEV or EWOULDBLOCK: requeue */ 500 /* EBUSY, ENODEV or EWOULDBLOCK: requeue */
501 bool queue_dying = blk_queue_dying(q); 501 bool queue_dying = blk_queue_dying(q);
502 DMERR_LIMIT("blk_get_request() returned %ld%s - requeuing",
503 PTR_ERR(clone), queue_dying ? " (path offline)" : "");
504 if (queue_dying) { 502 if (queue_dying) {
505 atomic_inc(&m->pg_init_in_progress); 503 atomic_inc(&m->pg_init_in_progress);
506 activate_or_offline_path(pgpath); 504 activate_or_offline_path(pgpath);