From: J. Bruce Fields Date: Wed, 20 Aug 2014 20:18:32 +0000 (-0400) Subject: SUNRPC: Fix compile on non-x86 X-Git-Tag: fixes-for-v3.18-merge-window~9^2~34 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae89254da6879cffa6a17327e5f3f60217b718cf;p=pandora-kernel.git SUNRPC: Fix compile on non-x86 current_task appears to be x86-only, oops. Let's just delete this check entirely: Any developer that adds a new user without setting rq_task will get a crash the first time they test it. I also don't think there are normally any important locks held here, and I can't see any other reason why killing a server thread would bring the whole box down. So the effort to fail gracefully here looks like overkill. Reported-by: Stephen Rothwell Fixes: 983c684466e0 "SUNRPC: get rid of the request wait queue" Signed-off-by: J. Bruce Fields --- Reading git-diff-tree failed