summaryrefslogtreecommitdiff
path: root/rust/alloc/collections/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2026-02-11 19:47:38 -0700
committerJens Axboe <axboe@kernel.dk>2026-02-11 20:31:58 -0700
commitd7d95207caf41a8b5a595ed257cb4ce69726d3d7 (patch)
treede3c62a023735ffa4e1e9800da4cde3262f2d74b /rust/alloc/collections/git@git.tavy.me:linux.git
parentf4d0668b38d8784f33a9a36c72ed5d0078247538 (diff)
io_uring: use the right type for creds iteration
In io_ring_ctx_wait_and_kill(), struct creds *creds is used to iterate and prune credentials. But the correct type is struct cred. This doesn't matter as the variable isn't used at all, only the index is used. But it's confusing using a type that isn't valid, so fix it up. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'rust/alloc/collections/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions