Home
last modified time | relevance | path

Searched hist:"8 f318311faf57481452895448e6ffaec7c38a146" (Results 1 – 1 of 1) sorted by relevance

/linux/fs/ocfs2/
H A Docfs2_lockid.hdiff 8f318311faf57481452895448e6ffaec7c38a146 Wed Mar 05 01:09:39 CET 2008 Joel Becker <joel.becker@oracle.com> 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 <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>