diff --git a/fs/io_uring.c b/fs/io_uring.c index a06d5b9cc04647fea5fb81408cc6461d158685f5..8d6f1c4e8dac5adc755c3f2ef22eafd12e0fda62 100644 --- a/fs/io_uring.c +++ b/fs/io_uring.c @@ -5473,9 +5473,6 @@ static void __io_clean_op(struct io_kiocb *req) if (req->flags & REQ_F_BUFFER_SELECTED) kfree(req->sr_msg.kbuf); break; - case IORING_OP_OPENAT: - case IORING_OP_OPENAT2: - break; case IORING_OP_SPLICE: case IORING_OP_TEE: io_put_file(req, req->splice.file_in,