io_uring/rsrc: include io_uring_types.h in rsrc.h
io_uring/rsrc.h uses several types from include/linux/io_uring_types.h. Include io_uring_types.h explicitly in rsrc.h to avoid depending on users of rsrc.h including io_uring_types.h first. Signed-off-by: Caleb Sander Mateos <csander@purestorage.com> Reviewed-by: Li Zetao <lizetao1@huawei.com> Link: https://lore.kernel.org/r/20250301183612.937529-1-csander@purestorage.com Signed-off-by: Jens Axboe <axboe@kernel.dk>pull/1188/head
parent
9e12d09cfd
commit
a1967280a1
|
|
@ -2,6 +2,7 @@
|
|||
#ifndef IOU_RSRC_H
|
||||
#define IOU_RSRC_H
|
||||
|
||||
#include <linux/io_uring_types.h>
|
||||
#include <linux/lockdep.h>
|
||||
|
||||
enum {
|
||||
|
|
|
|||
Loading…
Reference in New Issue