Skip to content
Commit c0c9ed15 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

futex: Avoid redudant evaluation of task_pid_vnr()



The result is not going to change under us, so no need to reevaluate
this over and over. Seems to be a leftover from the mechanical mass
conversion of task->pid to task_pid_vnr(tsk).

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 8fe8f545
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment