aio: clear IOCB_HIPRI
authorChristoph Hellwig <hch@lst.de>
Thu, 22 Nov 2018 15:44:07 +0000 (16:44 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 4 Dec 2018 16:39:06 +0000 (09:39 -0700)
commit154989e45fd8de9bfb52bbd6e5ea763e437e54c5
treebdd6f554d244c0142238a7306a7eff0ccdfe0e7f
parent89d04ec3491bea6d69943b5aed62fdebfad49638
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>
fs/aio.c