diff options
author | Ian Kent <raven@themaw.net> | 2023-08-04 13:33:18 +0800 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2023-08-04 13:57:34 +0200 |
commit | 17fce12e7c0a53f0bed26af231a2a98a34d34c60 (patch) | |
tree | 6934b3fe772ca59a45654099cbddec2562af3220 /kernel/smpboot.h | |
parent | ccbe77f7e45dfb4420f7f531b650c00c6e9c7507 (diff) |
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: Ian Kent <raven@themaw.net>
Message-Id: <169112719813.7590.4971499386839952992.stgit@donald.themaw.net>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'kernel/smpboot.h')
0 files changed, 0 insertions, 0 deletions