]> git.baikalelectronics.ru Git - kernel.git/commit
exit: Stop exporting do_exit
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 22 Nov 2021 16:01:59 +0000 (10:01 -0600)
committerEric W. Biederman <ebiederm@xmission.com>
Mon, 13 Dec 2021 18:04:45 +0000 (12:04 -0600)
commit61979b89f265f328e8d8adf9b3496d4d243b9962
tree0f5574e2847b0691a780df2d5263e2a84838472b
parent5bf7bae1a5dea87973d962bdec3c7b89a260906c
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>
kernel/exit.c