]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit9f09c73e54950f8c61527b39372bc80393ea5897
treedebd08f16bdb89c11b893a7e009892aaf9621411
parent4e6ab4f09f3e3e79e0eb2852f61213846908fa96
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