From: Alan Cox Date: Mon, 8 Feb 2010 10:07:04 +0000 (+0000) Subject: nozomi: Fix mutex handling X-Git-Tag: v2.6.34-rc1~216^2~8 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8c65d143a9903cb553c0d80c819428c5b839a02;p=pandora-kernel.git nozomi: Fix mutex handling The original author didn't realise the kernel lock was a drop while sleep lock so did clever (and wrong) things to work around the non need to avoid deadlocks. Remove the cleverness and the comment (as we don't hold the BKL now anyway in those paths) Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed