Re: [PATCH] io_uring: make OP_CLOSE consistent direct open
From: Jens Axboe <axboe@kernel.dk>
Date: 2021-09-24 19:58:26
From: Jens Axboe <axboe@kernel.dk>
Date: 2021-09-24 19:58:26
On 9/24/21 1:04 PM, Pavel Begunkov wrote:
From recently open/accept are now able to manipulate fixed file table, but it's inconsistent that close can't. Close the gap, keep API same as with open/accept, i.e. via sqe->file_slot.
Applied, thanks. -- Jens Axboe