commit | c0c9ed15042ceac7c485813012a0a97316101b57 | [log] [tgz] |
---|---|---|
author | Thomas Gleixner <tglx@linutronix.de> | Fri Mar 11 11:51:22 2011 +0100 |
committer | Thomas Gleixner <tglx@linutronix.de> | Fri Mar 11 12:23:07 2011 +0100 |
tree | c89272252b44c8330854bee7291e81252d7715f5 | |
parent | 8fe8f545c6d753ead15e1f4919d39e8f9bb49629 [diff] |
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: Thomas Gleixner <tglx@linutronix.de>