Skip to content
Commit ca3574bd authored by Eric W. Biederman's avatar Eric W. Biederman
Browse files

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: default avatar"Eric W. Biederman" <ebiederm@xmission.com>
parent bbda86e9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment