Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 292339
b: refs/heads/master
c: bf50722
h: refs/heads/master
i:
  292337: 53f3414
  292335: 7f0802c
v: v3
  • Loading branch information
Al Viro committed Mar 21, 2012
1 parent 753e0cb commit ab98ef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9fa1cb397fa052fc9acfaf5a9f2faff31e10f6b7
refs/heads/master: bf50722a3c4a83aae651dc20b708308a4f119eb9
3 changes: 1 addition & 2 deletions trunk/fs/aio.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,7 @@ static void __put_ioctx(struct kioctx *ctx)
unsigned nr_events = ctx->max_reqs;
BUG_ON(ctx->reqs_active);

cancel_delayed_work(&ctx->wq);
cancel_work_sync(&ctx->wq.work);
cancel_delayed_work_sync(&ctx->wq);
aio_free_ring(ctx);
mmdrop(ctx->mm);
ctx->mm = NULL;
Expand Down

0 comments on commit ab98ef0

Please sign in to comment.