summaryrefslogtreecommitdiffstats
path: root/kernel/extable.c
diff options
context:
space:
mode:
authorDarren Hart2008-12-19 00:06:34 +0100
committerIngo Molnar2008-12-19 09:20:21 +0100
commitb56863630ddbdea6e22df8835f78f0b1da037103 (patch)
tree7b04a35cc94be4e40708855ec644bdaf69e77d65 /kernel/extable.c
parentfutex: rename field in futex_q to clarify single waiter semantics (diff)
downloadkernel-qcow2-linux-b56863630ddbdea6e22df8835f78f0b1da037103.tar.gz
kernel-qcow2-linux-b56863630ddbdea6e22df8835f78f0b1da037103.tar.xz
kernel-qcow2-linux-b56863630ddbdea6e22df8835f78f0b1da037103.zip
futex: clean up futex_(un)lock_pi fault handling
Impact: cleanup Some apparently left over cruft code was complicating the fault logic: Testing if uval != -EFAULT doesn't have any meaning, get_user() sets ret to either 0 or -EFAULT, there's no need to compare uval, especially not against EFAULT which it will never be. This patch removes the superfluous test and clarifies the comment blocks. Build and boot tested on an 8way x86_64 system. Signed-off-by: Darren Hart <dvhltc@us.ibm.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'kernel/extable.c')
0 files changed, 0 insertions, 0 deletions