commit | 14587a46646d30d2b4a6b69865682cfe6bbdcd1f | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Sat Sep 05 11:36:08 2020 -0600 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Dec 09 12:03:59 2020 -0700 |
tree | 1d41fbb2470479f813cdc1370d5b4eae1cf8fdd4 | |
parent | 28cea78af44918b920306df150afbd116bd94301 [diff] |
io_uring: enable file table usage for SQPOLL rings Now that SQPOLL supports non-registered files and grabs the file table, we can relax the restriction on open/close/accept/connect and allow them on a ring that is setup with IORING_SETUP_SQPOLL. Signed-off-by: Jens Axboe <axboe@kernel.dk>