commit | 464dca612bc6bceceafadfb4bf28f1a27ccc4632 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Mar 19 14:06:24 2021 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Apr 11 17:41:59 2021 -0600 |
tree | ffe4350807f8f5fc6629da58e3d37e24e360ae39 | |
parent | 9532b99bd9ca3f8f2f17b38500a8901ac1e7baee [diff] |
io_uring: mask in error/nval/hangup consistently for poll Instead of masking these in as part of regular POLL_ADD prep, do it in io_init_poll_iocb(), and include NVAL as that's generally unmaskable, and RDHUP alongside the HUP that is already set. Signed-off-by: Jens Axboe <axboe@kernel.dk>