commit | c7f5194054e103d18d267385b866b5b90511a425 | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Tue Apr 28 13:00:39 2020 -0500 |
committer | Eric W. Biederman <ebiederm@xmission.com> | Tue Apr 28 16:46:04 2020 -0500 |
tree | ea8dcd9dbb0b0e83f67ba4f8ca2e1ac5707739a1 | |
parent | 8feebc6713cd78cbba8c4e2a6d92299669052026 [diff] |
posix-cpu-timer: Unify the now redundant code in lookup_task Now that both !thread paths through lookup_task call thread_group_leader, unify them into the single test at the end of lookup_task. This unification just makes it clear what is happening in the gettime special case of lookup_task. Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>