diff options
author | Darren Hart <dvhltc@us.ibm.com> | 2008-12-18 15:06:34 -0800 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-12-19 09:20:21 +0100 |
commit | b56863630ddbdea6e22df8835f78f0b1da037103 (patch) | |
tree | 7b04a35cc94be4e40708855ec644bdaf69e77d65 /kernel/Kconfig.preempt | |
parent | 73500ac545d24610eb2cf8579ffc88957e9c5847 (diff) |
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/Kconfig.preempt')
0 files changed, 0 insertions, 0 deletions