[PATCH] io_uring: remove unused struct io_async_open

From: Pavel Begunkov
Date: Fri Feb 07 2020 - 11:22:21 EST


struct io_async_open is unused, remove it.

Signed-off-by: Pavel Begunkov <asml.silence@xxxxxxxxx>
---
fs/io_uring.c | 5 -----
1 file changed, 5 deletions(-)

diff --git a/fs/io_uring.c b/fs/io_uring.c
index deff11e84094..bff7a03e873f 100644
--- a/fs/io_uring.c
+++ b/fs/io_uring.c
@@ -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;
};
};

--
2.24.0