From: Joel Becker Date: Wed, 5 Mar 2008 00:09:39 +0000 (-0800) Subject: ocfs2: Change mlog_bug_on to BUG_ON in ocfs2_lockid.h X-Git-Tag: v2.6.26-rc1~1143^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f318311faf57481452895448e6ffaec7c38a146;p=pandora-kernel.git ocfs2: Change mlog_bug_on to BUG_ON in ocfs2_lockid.h The masklog code is in the o2cb stack, but ocfs2_lockid.h now needs to be included by the user stack. The BUG() in ocfs2_lock_type_string() does not need masklog support, so change it to a regular BUG_ON(). Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed