Skip to content
Unverified Commit 17fce12e authored by Ian Kent's avatar Ian Kent Committed by Christian Brauner
Browse files

autofs: use wake_up() instead of wake_up_interruptible(()



In autofs_wait_release() wake_up() is used to wake up processes waiting
on a mount callback to complete which matches the wait_event_killable()
in autofs_wait().

But in autofs_catatonic_mode() the wake_up_interruptible() was not also
changed at the time autofs_wait_release() was changed.

Signed-off-by: default avatarIan Kent <raven@themaw.net>
Message-Id: <169112719813.7590.4971499386839952992.stgit@donald.themaw.net>
Signed-off-by: default avatarChristian Brauner <brauner@kernel.org>
parent ccbe77f7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment