On Thu, Apr 04, 2019 at 08:44:05AM +0000, Wei Yongjun wrote: > memory allocated by kmem_cache_alloc() should be freed using > kmem_cache_free(), not kfree(). > > Fixes: fa0ca2aee3be ("deal with get_reqs_available() in aio_get_req() itself") > Signed-off-by: Wei Yongjun <weiyongjun1@xxxxxxxxxx> Applied