commit | 91cc8fbcc8c705310fc6e39899e6e6685531935b | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Jan 12 17:15:40 2023 +0100 |
committer | Richard Weinberger <richard@nod.at> | Sun Feb 05 22:36:12 2023 +0100 |
tree | 475a9595cf976181819503bc2962f1457458606f | |
parent | 3432e57493c278c1cb48abc2d69c6c055a19723e [diff] |
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>