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)
commiteb35746ca5e2211569b91ebb44d55b88ec91f3b0
treedebd08f16bdb89c11b893a7e009892aaf9621411
parentf12033d206ea48928d8124cdd5d35d8008c18935
ocfs2: Remove overzealous BUG_ON()

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>
fs/ocfs2/alloc.c