From: David Teigland Date: Thu, 10 Aug 2006 18:31:23 +0000 (-0500) Subject: [DLM] move kmap to after spin_unlock X-Git-Tag: v2.6.19-rc1~32^2~100 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcc8abc8d4fcdbddc383091449f3696b411aa8fb;p=pandora-kernel.git [DLM] move kmap to after spin_unlock Doing the kmap() while holding the spinlock was causing recursive spinlock problems. It seems the kmap was scheduling, although there was no warning as I'd expect. Patrick, do we need locking around the kmap? Signed-off-by: David Teigland Signed-off-by: Steven Whitehouse --- Reading git-diff-tree failed