commit | 9bf7c32409354b4a2fa3207d369a22c8233f718c | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Sat Apr 25 18:38:54 2020 -0500 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Wed Apr 29 07:14:12 2020 -0500 |
tree | b7e785708a6aef7cc000730ee8414cd062de05a5 | |
parent | bbd40fc4816d5329a89397206ece9f1763787a88 [diff] |
posix-cpu-timers: Extend rcu_read_lock removing task_struct references Now that the code stores of pid references it is no longer necessary or desirable to take a reference on task_struct in __get_task_for_clock. Instead extend the scope of rcu_read_lock and remove the reference counting on struct task_struct entirely. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>