commit | 7df778be2f61e1a23002d1f2f5d6aaf702771eb8 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Fri Sep 24 20:04:29 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Sep 24 14:07:54 2021 -0600 |
tree | 976dc5d32d2dabbc96bbbeafafd9da9dde21d1c8 | |
parent | 9f3a2cb228c28606895d15f13b30d1f7402dc745 [diff] |
io_uring: make OP_CLOSE consistent with direct open 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. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>