aboutsummaryrefslogtreecommitdiff
path: root/rust/helpers/task.c
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2024-10-07 12:20:20 -0600
committerAl Viro <viro@zeniv.linux.org.uk>2024-10-19 20:40:10 -0400
commitdc7e76ba7a6057e4c12d449db49f026d0ec238ec (patch)
tree445251ca3e9cdd836398c2a36016767645331144 /rust/helpers/task.c
parente896474fe4851ffc4dd860c92daa906783090346 (diff)
downloadlinux-dc7e76ba7a6057e4c12d449db49f026d0ec238ec.tar.gz
linux-dc7e76ba7a6057e4c12d449db49f026d0ec238ec.tar.bz2
linux-dc7e76ba7a6057e4c12d449db49f026d0ec238ec.zip
io_uring: IORING_OP_F[GS]ETXATTR is fine with REQ_F_FIXED_FILE
Rejection of IOSQE_FIXED_FILE combined with IORING_OP_[GS]ETXATTR is fine - these do not take a file descriptor, so such combination makes no sense. The checks are misplaced, though - as it is, they triggers on IORING_OP_F[GS]ETXATTR as well, and those do take a file reference, no matter the origin. Signed-off-by: Jens Axboe <axboe@kernel.dk> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'rust/helpers/task.c')
0 files changed, 0 insertions, 0 deletions