exit: Remove profile_handoff_task
All profile_handoff_task does is notify the task_free_notifier chain. The helpers task_handoff_register and task_handoff_unregister are used to add and delete entries from that chain and are never called. So remove the dead code and make it much easier to read and reason about __put_task_struct. Suggested-by:Al Viro <viro@zeniv.linux.org.uk> Link: https://lkml.kernel.org/r/87fspyw6m0.fsf@email.froward.int.ebiederm.org Signed-off-by:
"Eric W. Biederman" <ebiederm@xmission.com>
Loading
-
mentioned in commit 53678b3f
-
mentioned in commit 6c581c22
-
mentioned in commit 59c7202a
-
mentioned in commit 867a615e
-
mentioned in commit b62e4c55
-
mentioned in commit 4f605db0
-
mentioned in commit 739476d7
-
mentioned in commit 3f7624bb
-
mentioned in commit a5e0fd5f
-
mentioned in commit 6bfa59a5
-
mentioned in commit 33e3b947
-
mentioned in commit 3c21764c
-
mentioned in commit ca09a895
-
mentioned in commit 16dc6bc8
-
mentioned in commit a2d9b3e7
-
mentioned in commit a5639da5
-
mentioned in commit 24b99a23
-
mentioned in commit 564d639d
-
mentioned in commit b342ea7d
Please register or sign in to comment