io_uring: remove unused struct io_async_open
struct io_async_open is unused, remove it. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
63e5d81f72
commit
e96e977992
|
@ -450,17 +450,12 @@ struct io_async_rw {
|
|||
ssize_t size;
|
||||
};
|
||||
|
||||
struct io_async_open {
|
||||
struct filename *filename;
|
||||
};
|
||||
|
||||
struct io_async_ctx {
|
||||
union {
|
||||
struct io_async_rw rw;
|
||||
struct io_async_msghdr msg;
|
||||
struct io_async_connect connect;
|
||||
struct io_timeout_data timeout;
|
||||
struct io_async_open open;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue