ubi: block: set BLK_MQ_F_BLOCKING
authorChristoph Hellwig <hch@lst.de>
Thu, 12 Jan 2023 16:15:40 +0000 (17:15 +0100)
committerRichard Weinberger <richard@nod.at>
Sun, 5 Feb 2023 21:36:12 +0000 (22:36 +0100)
commit91cc8fbcc8c705310fc6e39899e6e6685531935b
tree475a9595cf976181819503bc2962f1457458606f
parent3432e57493c278c1cb48abc2d69c6c055a19723e
ubi: block: set BLK_MQ_F_BLOCKING

Set BLK_MQ_F_BLOCKING so that the block layer always calls ->queue_rq
from process context and drop the driver internal workqueue.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Richard Weinberger <richard@nod.at>
drivers/mtd/ubi/block.c