From: Corey Minyard Date: Thu, 18 Oct 2007 10:07:11 +0000 (-0700) Subject: IPMI: fix hotmod remove lock X-Git-Tag: v2.6.24-rc1~302 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac0191517c3b5f2cf68ab36756d64ef035c4a770;p=pandora-kernel.git IPMI: fix hotmod remove lock The removal of proc entries was done holding a lock, which is no longer allowed. There is no need for the lock, only a mutex is required, so switch over to a mutex. Signed-off-by: Corey Minyard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed