]> git.baikalelectronics.ru Git - kernel.git/commit
exit: Rename module_put_and_exit to module_put_and_kthread_exit
authorEric W. Biederman <ebiederm@xmission.com>
Fri, 3 Dec 2021 17:00:19 +0000 (11:00 -0600)
committerEric W. Biederman <ebiederm@xmission.com>
Mon, 13 Dec 2021 18:04:45 +0000 (12:04 -0600)
commita9cd3f7db5eb5ba730e6eb81776f72672844cd9e
tree4f09c349161cc13113e99bfaac240122222b5de1
parent9e7df96267746d94d4e1496d4beb9edd836cc673
exit: Rename module_put_and_exit to module_put_and_kthread_exit

Update module_put_and_exit to call kthread_exit instead of do_exit.

Change the name to reflect this change in functionality.  All of the
users of module_put_and_exit are causing the current kthread to exit
so this change makes it clear what is happening.  There is no
functional change.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
crypto/algboss.c
fs/cifs/connect.c
fs/nfs/callback.c
fs/nfs/nfs4state.c
fs/nfsd/nfssvc.c
include/linux/module.h
kernel/module.c
net/bluetooth/bnep/core.c
net/bluetooth/cmtp/core.c
net/bluetooth/hidp/core.c
tools/objtool/check.c