From: Vincent Minet Date: Fri, 15 May 2009 12:33:18 +0000 (-0400) Subject: ext4: Fix spinlock assertions on UP systems X-Git-Tag: v2.6.31-rc1~396^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc8e67409ccdcff72c3f1656b1fb1aad7ff396db;p=pandora-kernel.git ext4: Fix spinlock assertions on UP systems On UP systems without DEBUG_SPINLOCK, ext4_is_group_locked always fails which triggers a BUG_ON() call. This patch fixes it by using assert_spin_locked instead. Signed-off-by: Vincent Minet Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed