···544544545545 if (WARN_ON_ONCE(req_has_async_data(req)))546546 return -EFAULT;547547- data = io_uring_alloc_async_data_nocache(req);547547+ data = io_uring_alloc_async_data(NULL, req);548548 if (!data)549549 return -ENOMEM;550550 data->req = req;
+1-1
io_uring/waitid.c
···303303 struct io_waitid_async *iwa;304304 int ret;305305306306- iwa = io_uring_alloc_async_data_nocache(req);306306+ iwa = io_uring_alloc_async_data(NULL, req);307307 if (!iwa)308308 return -ENOMEM;309309