commit | f6f371f7db42917c7b2a861c4fc923cb352ce5a1 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <[email protected]> | Sun Dec 06 14:04:39 2020 +0000 |
committer | Jens Axboe <[email protected]> | Mon Dec 07 16:49:04 2020 -0700 |
tree | 19507514f312ee1790ef3c38572c0cbd955d6371 | |
parent | 926f75f6a9ef503d45dced061e304d0324beeba1 [diff] |
blk-mq: skip hybrid polling if iopoll doesn't spin If blk_poll() is not going to spin (i.e. @spin=false), it also must not sleep in hybrid polling, otherwise it might be pretty suprising for users trying to do a quick check and expecting no-wait behaviour. Signed-off-by: Pavel Begunkov <[email protected]> Signed-off-by: Jens Axboe <[email protected]>