ocfs2: Remove overzealous BUG_ON()
authorMark Fasheh <mark.fasheh@oracle.com>
Wed, 9 Aug 2006 20:23:08 +0000 (13:23 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Wed, 20 Sep 2006 23:00:54 +0000 (16:00 -0700)
The truncate code was never supposed to BUG() on an allocator it doesn't
know about, but rather to ignore it. Right now, this does nothing, but when
we change our allocation paths to use all suballocator files, this will
allow current versions of the fs module to work fine.

Signed-off-by: Mark Fasheh <mark.fasheh@oracle.com>

No differences found