commit | 30da1b45b130c70945b033900f45c9d61d6f3b4a | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Oct 12 13:12:14 2021 +0200 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Oct 18 06:17:35 2021 -0600 |
tree | 756e4022cf4ed83d9be55daefa5865d4fc4137e5 | |
parent | f79d474905fec0bfae1244e75571b7916fe02ea2 [diff] |
io_uring: fix a layering violation in io_iopoll_req_issued syscall-level code can't just poke into the details of the poll cookie, which is private information of the block layer. Signed-off-by: Christoph Hellwig <hch@lst.de> Link: https://lore.kernel.org/r/20211012111226.760968-5-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>