aboutsummaryrefslogtreecommitdiffstats
path: root/fs/aio.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/aio.c')
-rw-r--r--fs/aio.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/aio.c b/fs/aio.c
index a92d7547b6f6..3174cd969b01 100644
--- a/fs/aio.c
+++ b/fs/aio.c
@@ -390,10 +390,6 @@ void exit_aio(struct mm_struct *mm)
390 aio_cancel_all(ctx); 390 aio_cancel_all(ctx);
391 391
392 wait_for_all_aios(ctx); 392 wait_for_all_aios(ctx);
393 /*
394 * Ensure we don't leave the ctx on the aio_wq
395 */
396 cancel_work_sync(&ctx->wq.work);
397 393
398 if (1 != atomic_read(&ctx->users)) 394 if (1 != atomic_read(&ctx->users))
399 printk(KERN_DEBUG 395 printk(KERN_DEBUG