diff options
Diffstat (limited to 'fs/aio.c')
| -rw-r--r-- | fs/aio.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -490,6 +490,8 @@ static void kiocb_batch_free(struct kioctx *ctx, struct kiocb_batch *batch)  		kmem_cache_free(kiocb_cachep, req);  		ctx->reqs_active--;  	} +	if (unlikely(!ctx->reqs_active && ctx->dead)) +		wake_up_all(&ctx->wait);  	spin_unlock_irq(&ctx->ctx_lock);  } |