Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

exit: Stop exporting do_exit

Now that there are no more modular uses of do_exit remove the EXPORT_SYMBOL.

Suggested-by: Christoph Hellwig <hch@infradead.org>
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>

-1
-1
kernel/exit.c
··· 843 843 lockdep_free_task(tsk); 844 844 do_task_dead(); 845 845 } 846 - EXPORT_SYMBOL_GPL(do_exit); 847 846 848 847 void __noreturn make_task_dead(int signr) 849 848 {