mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-07-22 01:08:13 -04:00
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>
This commit is contained in:
committed by
Jens Axboe
parent
4305fcf9c3
commit
1f826f2db9
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user