commit | d04c406f29d9f4dbcb5eb5aa79ce0445c7e9d652 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Dec 14 17:21:22 2018 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Dec 16 09:01:38 2018 -0700 |
tree | 34fac229a9abf2d6b9e9fe98b01118485bfeeced | |
parent | d6a51a97c0b2e21fec224746c2683ff739bcf4ae [diff] |
block: clear REQ_HIPRI if polling is not supported This prevents a HIPRI bio from being submitted through a stacking driver that does not support polling and thus won't poll for I/O completion. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>