mbox series

[0/3] cleanups/fix for blk_mq_get_tag()

Message ID cover.1606699505.git.asml.silence@gmail.com (mailing list archive)
Headers show
Series cleanups/fix for blk_mq_get_tag() | expand

Message

Pavel Begunkov Nov. 30, 2020, 1:36 a.m. UTC
[1/3] fixes using tag_offset of a different HW queue. May only fire
if it's allowed for queues to have different breserved_tags or a resize
happened while it was waiting (can be?). Two others are simple cleanups
catched the eye.

Pavel Begunkov (3):
  blk-mq: use right tag offset after wait
  blk-mq: deduplicate blk_mq_get_tag() bits
  blk-mq: idiomatic use of WARN_ON_ONCE

 block/blk-mq-tag.c | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)