提交 cd1ea261 编写于 作者: A Al Viro

aio: don't bother with cancel_delayed_work() in exit_aio()

__put_ioctx() will cover it anyway.
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 bf50722a
......@@ -390,10 +390,6 @@ void exit_aio(struct mm_struct *mm)
aio_cancel_all(ctx);
wait_for_all_aios(ctx);
/*
* Ensure we don't leave the ctx on the aio_wq
*/
cancel_work_sync(&ctx->wq.work);
if (1 != atomic_read(&ctx->users))
printk(KERN_DEBUG
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册