Skip to content

Commit

Permalink
io_uring: remove unused struct io_async_open
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pavel Begunkov authored and Jens Axboe committed Feb 8, 2020
1 parent 63e5d81 commit e96e977
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions fs/io_uring.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
};

Expand Down

0 comments on commit e96e977

Please sign in to comment.