From: David Teigland Date: Thu, 2 Aug 2012 16:08:21 +0000 (-0500) Subject: dlm: fix unlock balance warnings X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~71^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=475f230c6072fb2186f48b23943afcd0ee3a8343;p=pandora-kernel.git dlm: fix unlock balance warnings The in_recovery rw_semaphore has always been acquired and released by different threads by design. To work around the "BUG: bad unlock balance detected!" messages, adjust things so the dlm_recoverd thread always does both down_write and up_write. Signed-off-by: David Teigland --- Reading git-diff-tree failed