aboutsummaryrefslogtreecommitdiffstats
path: root/fs/aio.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/aio.c')
-rw-r--r--fs/aio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/aio.c b/fs/aio.c
index 69a608a43760..e46b1195191b 100644
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -705,8 +705,6 @@ static void kiocb_free(struct kiocb *req)
705 fput(req->ki_filp); 705 fput(req->ki_filp);
706 if (req->ki_eventfd != NULL) 706 if (req->ki_eventfd != NULL)
707 eventfd_ctx_put(req->ki_eventfd); 707 eventfd_ctx_put(req->ki_eventfd);
708 if (req->ki_dtor)
709 req->ki_dtor(req);
710 kmem_cache_free(kiocb_cachep, req); 708 kmem_cache_free(kiocb_cachep, req);
711} 709}
712 710