Skip to content
Commit e25c54d1 authored by Richard Weinberger's avatar Richard Weinberger Committed by Linus Torvalds
Browse files

ubi: block: Fix missing blk_mq_end_request

Switching to BLK_MQ_F_BLOCKING wrongly removed the call to
blk_mq_end_request(). Add it back to have our IOs finished

Fixes: 91cc8fbc

 ("ubi: block: set BLK_MQ_F_BLOCKING")
Analyzed-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
Reported-by: default avatarDaniel Palmer <daniel@0x0f.com>
Link: https://lore.kernel.org/linux-mtd/CAHk-=wi29bbBNh3RqJKu3PxzpjDN5D5K17gEVtXrb7-6bfrnMQ@mail.gmail.com/
Signed-off-by: default avatarRichard Weinberger <richard@nod.at>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Tested-by: default avatarDaniel Palmer <daniel@0x0f.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent ef5f68cc
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment