diff options
author | Mark Brown <broonie@kernel.org> | 2024-04-29 17:15:57 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2024-04-29 17:15:57 +0200 |
commit | 9b4f41684b239eedac96913270db4a5669956671 (patch) | |
tree | cb9b4800c3d6b93bc4af31fa3e377933c68f9bb2 /fs/aio.c | |
parent | ASoC: dt-bindings: fsl,ssi: Convert to YAML (diff) | |
parent | ASoC: rt715-sdca: volume step modification (diff) | |
download | linux-9b4f41684b239eedac96913270db4a5669956671.tar.xz linux-9b4f41684b239eedac96913270db4a5669956671.zip |
ASoC: Merge up fixes
Some new SOF changes depend on the fixes there.
Diffstat (limited to 'fs/aio.c')
-rw-r--r-- | fs/aio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1202,8 +1202,8 @@ static void aio_complete(struct aio_kiocb *iocb) spin_lock_irqsave(&ctx->wait.lock, flags); list_for_each_entry_safe(curr, next, &ctx->wait.head, w.entry) if (avail >= curr->min_nr) { - list_del_init_careful(&curr->w.entry); wake_up_process(curr->w.private); + list_del_init_careful(&curr->w.entry); } spin_unlock_irqrestore(&ctx->wait.lock, flags); } |