aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring
diff options
authorGabriel Krisman Bertazi <krisman@suse.de>2026-06-02 17:53:26 -0400
committerJens Axboe <axboe@kernel.dk>2026-06-02 17:43:20 -0600
commit1f826f2db9991b4b625448fce14bbb2108f6bd07 (patch)
tree6912ea9c274725f02d047341a1b6303c8823d802 /io_uring
parent4305fcf9c315e36e8ed05057fd9b170df92f2adc (diff)
downloadath-1f826f2db9991b4b625448fce14bbb2108f6bd07.tar.gz
io_uring/nop: Drop a wrong comment in struct io_nop
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 <krisman@suse.de> Link: https://patch.msgid.link/20260602215327.1885109-4-krisman@suse.de Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring')
-rw-r--r--io_uring/nop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/io_uring/nop.c b/io_uring/nop.c
index 3caf07878f8ac..e3333b5ed4e0f 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;