[PATCH 3/3] io_uring: Drop wrong comment in OP_NOP
Gabriel Krisman Bertazi <[email protected]>
| Newsgroups | org.kernel.vger.io-uring |
|---|---|
| Message-ID | <[email protected]> |
This was copy-pasted from io_rw, where the comment actually makes sense. Here, we don't have struct kiocb. Drop the comment. Signed-off-by: Gabriel Krisman Bertazi <[email protected]> --- io_uring/nop.c | 1 - 1 file changed, 1 deletion(-) diff --git a/io_uring/nop.c b/io_uring/nop.c index 3caf07878f8a..e3333b5ed4e0 100644 --- a/io_uring/nop.c +++ b/io_uring/nop.c @@ -12,7 +12,6 @@ #include "nop.h" struct io_nop { - /* NOTE: kiocb has the file as the first member, so don't do it here */ struct file *file; int result; int fd; -- 2.54.0