commit | 154989e45fd8de9bfb52bbd6e5ea763e437e54c5 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Nov 22 16:44:07 2018 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Dec 04 09:39:06 2018 -0700 |
tree | bdd6f554d244c0142238a7306a7eff0ccdfe0e7f | |
parent | 89d04ec3491bea6d69943b5aed62fdebfad49638 [diff] |
aio: clear IOCB_HIPRI No one is going to poll for aio (yet), so we must clear the HIPRI flag, as we would otherwise send it down the poll queues, where no one will be polling for completions. Signed-off-by: Christoph Hellwig <hch@lst.de> IOCB_HIPRI, not RWF_HIPRI. Reviewed-by: Johannes Thumshirn <jthumshirn@suse.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>