kexec_lock: Replace kexec_mutex() by kexec_lock() in two comments
authorWenyu Liu <liuwenyu7@huawei.com>
Mon, 7 Aug 2023 02:52:06 +0000 (10:52 +0800)
committerMimi Zohar <zohar@linux.ibm.com>
Mon, 7 Aug 2023 13:55:42 +0000 (09:55 -0400)
commit55e2b69649be38f1788b38755070875b96111d2f
tree5d0789c720e8a8ea7b319c483421c75701008ed4
parent56dc986a6b20b20aab1b76e0d8bff79954a00333
kexec_lock: Replace kexec_mutex() by kexec_lock() in two comments

kexec_mutex is replaced by an atomic variable
in 05c6257433b (panic, kexec: make __crash_kexec() NMI safe).

But there are still two comments that referenced kexec_mutex,
replace them by kexec_lock.

Signed-off-by: Wenyu Liu <liuwenyu7@huawei.com>
Acked-by: Baoquan He <bhe@redhat.com>
Acked-by: Paul Menzel <pmenzel@molgen.mpg.de>
Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
kernel/kexec_file.c
security/integrity/ima/ima_kexec.c