From: Dan Carpenter Date: Tue, 30 Mar 2010 09:41:25 +0000 (+0000) Subject: 9p: return on mutex_lock_interruptible() X-Git-Tag: v2.6.34-rc4~68^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85a770a8889035625466a4cfb1393cd7d2ffd165;p=pandora-kernel.git 9p: return on mutex_lock_interruptible() If "err" is -EINTR here the original code calls mutex_unlock() and then returns, but it should just return directly. Signed-off-by: Dan Carpenter Signed-off-by: Eric Van Hensbergen ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev --- Reading git-diff-tree failed