Loading fs/io_uring.c +0 −5 Original line number Diff line number Diff line Loading @@ -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 Loading
fs/io_uring.c +0 −5 Original line number Diff line number Diff line Loading @@ -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