From: Hao Xu <howeyxu@xxxxxxxxxxx> Enable the uringlet mode. Signed-off-by: Hao Xu <howeyxu@xxxxxxxxxxx> --- io_uring/io_uring.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/io_uring/io_uring.c b/io_uring/io_uring.c index 7ebc83b3a33f..72474b512063 100644 --- a/io_uring/io_uring.c +++ b/io_uring/io_uring.c @@ -3313,8 +3313,6 @@ static __cold int io_uring_create(unsigned entries, struct io_uring_params *p, struct file *file; int ret; - if (p->flags & IORING_SETUP_URINGLET) - return -EINVAL; if (!entries) return -EINVAL; if (entries > IORING_MAX_ENTRIES) { -- 2.25.1