diff --git a/fs/io_uring.c b/fs/io_uring.c index d248b8c9ab14c1e1d30648d9a4e965dd1a90faeb..f1fd5f7750e071f87c604150d4a99d33f1d05cc3 100644 --- a/fs/io_uring.c +++ b/fs/io_uring.c @@ -451,17 +451,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; }; };