Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

io_uring: include all deps for alloc_cache.h

alloc_cache.h uses types it doesn't declare and thus depends on the
order in which it's included. Make it self contained and pull all needed
definitions.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Reviewed-by: Gabriel Krisman Bertazi <krisman@suse.de>
Link: https://lore.kernel.org/r/39569f3d5b250b4fe78bb609d57f67d3736ebcc4.1738087204.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>

authored by

Pavel Begunkov and committed by
Jens Axboe
29927650 d63b0e8a

+2
+2
io_uring/alloc_cache.h
··· 1 1 #ifndef IOU_ALLOC_CACHE_H 2 2 #define IOU_ALLOC_CACHE_H 3 3 4 + #include <linux/io_uring_types.h> 5 + 4 6 /* 5 7 * Don't allow the cache to grow beyond this size. 6 8 */