io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFF
authorEugene Syromiatnikov <esyr@redhat.com>
Wed, 6 Apr 2022 11:55:33 +0000 (13:55 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 7 Apr 2022 17:17:47 +0000 (11:17 -0600)
commit0f5e4b83b37a96e3643951588ed7176b9b187c0a
treef568561a7ab01ace0efab7a031ca7392be2d3d85
parentcb318216732579da80202fe3e622a504e55b3a0f
io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFF

Similarly to the way it is done im mbind syscall.

Cc: stable@vger.kernel.org # 5.14
Fixes: fe76421d1da1dcdb ("io_uring: allow user configurable IO thread CPU affinity")
Signed-off-by: Eugene Syromiatnikov <esyr@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c