Commit 9e7f6b08 authored by Benjamin LaHaise's avatar Benjamin LaHaise

fix typo in aio.c merge

parent 27d52ab6
...@@ -413,7 +413,7 @@ static struct kiocb *__aio_get_req(struct kioctx *ctx) ...@@ -413,7 +413,7 @@ static struct kiocb *__aio_get_req(struct kioctx *ctx)
req->ki_user_obj = NULL; req->ki_user_obj = NULL;
req->ki_ctx = ctx; req->ki_ctx = ctx;
req->ki_users = 1; req->ki_users = 1;
} else } else {
kmem_cache_free(kiocb_cachep, req); kmem_cache_free(kiocb_cachep, req);
okay = 1; okay = 1;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment