git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fe8f54
)
futex: Avoid redudant evaluation of task_pid_vnr()
author
Thomas Gleixner
<tglx@linutronix.de>
Fri, 11 Mar 2011 10:51:22 +0000
(11:51 +0100)
committer
Thomas Gleixner
<tglx@linutronix.de>
Fri, 11 Mar 2011 11:23:07 +0000
(12:23 +0100)
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>
kernel/futex.c
patch
|
blob
|
history
diff --cc
kernel/futex.c
Simple merge