summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--io_uring/io_uring.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io_uring/io_uring.c b/io_uring/io_uring.c
index 3a7be1695c39..c45af82dda3d 100644
--- a/io_uring/io_uring.c
+++ b/io_uring/io_uring.c
@@ -2398,7 +2398,7 @@ static __cold void io_ring_exit_work(struct work_struct *work)
static __cold void io_ring_ctx_wait_and_kill(struct io_ring_ctx *ctx)
{
unsigned long index;
- struct creds *creds;
+ struct cred *creds;
mutex_lock(&ctx->uring_lock);
percpu_ref_kill(&ctx->refs);