diff options
| author | Pavel Begunkov <asml.silence@gmail.com> | 2025-03-19 09:12:47 +0300 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2025-03-19 18:25:55 +0300 |
| commit | 575e7b0629d4bd485517c40ff20676180476f5f9 (patch) | |
| tree | 0d9f145a0701f59d9a2d84721bd7c3c438e9640c /include/linux | |
| parent | 146acfd0f6494579996ae4168967cc5ada7d0e5a (diff) | |
| download | linux-575e7b0629d4bd485517c40ff20676180476f5f9.tar.xz | |
io_uring: rename the data cmd cache
Pick a more descriptive name for the cmd async data cache.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/20250319061251.21452-2-sidong.yang@furiosa.ai
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/io_uring_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/io_uring_types.h b/include/linux/io_uring_types.h index 0e87e292bfb5..c17d2eedf478 100644 --- a/include/linux/io_uring_types.h +++ b/include/linux/io_uring_types.h @@ -318,7 +318,7 @@ struct io_ring_ctx { struct io_alloc_cache apoll_cache; struct io_alloc_cache netmsg_cache; struct io_alloc_cache rw_cache; - struct io_alloc_cache uring_cache; + struct io_alloc_cache cmd_cache; /* * Any cancelable uring_cmd is added to this list in |
