summaryrefslogtreecommitdiffstats
path: root/block/genhd.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@fb.com>2017-03-02 13:26:04 -0700
committerJens Axboe <axboe@fb.com>2017-03-02 14:30:51 -0700
commit113285b473824922498d07d7f82459507b9792eb (patch)
treee4ffafcec58afc46781bfa91ecc2b232efa0ceee /block/genhd.c
parent7b36a7189fc320f0b783dd51bd1f541db56cfbdd (diff)
downloadlinux-0-day-113285b473824922498d07d7f82459507b9792eb.tar.gz
linux-0-day-113285b473824922498d07d7f82459507b9792eb.tar.xz
blk-mq: ensure that bd->last is always set correctly
When drivers are called with a request in blk-mq, blk-mq flags the state such that the driver knows if this is the last request in this call chain or not. The driver can then use that information to defer kicking off IO until bd->last is true. However, with blk-mq and scheduling, we need to allocate a driver tag for a request before it can be issued. If we fail to allocate such a tag, we could end up in the situation where the last request issued did not have bd->last == true set. This can then cause a driver hang. This fixes a hang with virtio-blk, which uses bd->last as a hint on whether to kick the queue or not. Reported-by: Chris Mason <clm@fb.com> Tested-by: Chris Mason <clm@fb.com> Reviewed-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block/genhd.c')
0 files changed, 0 insertions, 0 deletions