X-Git-Url: http://git.monstr.eu/?p=linux-2.6-microblaze.git;a=blobdiff_plain;f=fs%2Fio_uring.c;h=f795ad2810380537399c9fd480669c4abb4f5ed2;hp=ffd91844b2e5d65a34357c0ab829a233b9a93283;hb=32c2d33e0b7c4ea53284d5d9435dd022b582c8cf;hpb=2ae2eb9dde18979b40629dd413b9adbd6c894cdf diff --git a/fs/io_uring.c b/fs/io_uring.c index ffd91844b2e5..f795ad281038 100644 --- a/fs/io_uring.c +++ b/fs/io_uring.c @@ -10863,7 +10863,7 @@ static int __init io_uring_init(void) BUILD_BUG_ON(SQE_VALID_FLAGS >= (1 << 8)); BUILD_BUG_ON(ARRAY_SIZE(io_op_defs) != IORING_OP_LAST); - BUILD_BUG_ON(__REQ_F_LAST_BIT >= 8 * sizeof(int)); + BUILD_BUG_ON(__REQ_F_LAST_BIT > 8 * sizeof(int)); req_cachep = KMEM_CACHE(io_kiocb, SLAB_HWCACHE_ALIGN | SLAB_PANIC | SLAB_ACCOUNT);