]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
exec: Move cleanup of posix timers on exec out of de_thread
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 25 Mar 2020 15:00:38 +0000 (10:00 -0500)
committerEric W. Biederman <ebiederm@xmission.com>
Wed, 25 Mar 2020 15:00:38 +0000 (10:00 -0500)
commit153ffb6ba49fd80dc607a9f230415af02b728d70
tree3ef336637fd0f385ada7cb609f21be6799127590
parent021691559245498dfa15454c9fc4351f367d0b7f
exec: Move cleanup of posix timers on exec out of de_thread

These functions have very little to do with de_thread move them out
of de_thread an into flush_old_exec proper so it can be more clearly
seen what flush_old_exec is doing.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Kees Cook <keescook@chromium.org>
Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
Reviewed-by: Kirill Tkhai <ktkhai@virtuozzo.com>
Signed-off-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
fs/exec.c