commit | eb35746ca5e2211569b91ebb44d55b88ec91f3b0 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Wed Aug 09 13:23:08 2006 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Wed Sep 20 16:00:54 2006 -0700 |
tree | debd08f16bdb89c11b893a7e009892aaf9621411 | |
parent | f12033d206ea48928d8124cdd5d35d8008c18935 [diff] |
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>