Message ID | 20220819152738.1111255-20-hao.xu@linux.dev (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | uringlet | expand |
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) {