diff options
-rw-r--r-- | fs/aio.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -211,8 +211,7 @@ static void __put_ioctx(struct kioctx *ctx) | |||
211 | unsigned nr_events = ctx->max_reqs; | 211 | unsigned nr_events = ctx->max_reqs; |
212 | BUG_ON(ctx->reqs_active); | 212 | BUG_ON(ctx->reqs_active); |
213 | 213 | ||
214 | cancel_delayed_work(&ctx->wq); | 214 | cancel_delayed_work_sync(&ctx->wq); |
215 | cancel_work_sync(&ctx->wq.work); | ||
216 | aio_free_ring(ctx); | 215 | aio_free_ring(ctx); |
217 | mmdrop(ctx->mm); | 216 | mmdrop(ctx->mm); |
218 | ctx->mm = NULL; | 217 | ctx->mm = NULL; |