From: Thomas Gleixner Date: Sat, 23 Jun 2007 09:48:40 +0000 (+0200) Subject: FUTEX: Restore the dropped ERSCH fix X-Git-Tag: v2.6.22-rc6~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a06381fec77bf88ec6c5eb6324457cb04e9ffd69;p=pandora-kernel.git FUTEX: Restore the dropped ERSCH fix The return value of futex_find_get_task() needs to be -ESRCH in case that the search fails. This was part of the original futex fixes and got accidentally dropped, when the futex-tidy-up patch was split out. Signed-off-by: Thomas Gleixner Cc: Ingo Molnar Cc: Stable Team Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed