]> git.baikalelectronics.ru Git - kernel.git/commit
dm mpath: remove annoying message of 'blk_get_request() returned -11'
authorMing Lei <ming.lei@redhat.com>
Sat, 30 Sep 2017 11:46:48 +0000 (19:46 +0800)
committerMike Snitzer <snitzer@redhat.com>
Thu, 16 Nov 2017 21:29:43 +0000 (16:29 -0500)
commitce29406aac5980b88661f33f6d86bc0b56d96cf6
treeca3b4c964e4bf8f977a2d7a12bb3191bcb39e471
parent24610bf3f2e06c06d2eb1e15a350fb66ead1a55d
dm mpath: remove annoying message of 'blk_get_request() returned -11'

It is very normal to see allocation failure, especially with blk-mq
request_queues, so it's unnecessary to report this error and annoy
people.

In practice this 'blk_get_request() returned -11' error gets logged
quite frequently when a blk-mq DM multipath device sees heavy IO.

This change is marked for stable@ because the annoying message in
question was included in stable@ commit 5d721e0c5.

Fixes: 5d721e0c5 ("dm mpath: avoid that path removal can trigger an infinite loop")
Cc: stable@vger.kernel.org
Signed-off-by: Ming Lei <ming.lei@redhat.com>
Signed-off-by: Mike Snitzer <snitzer@redhat.com>
drivers/md/dm-mpath.c