Skip to content
Commit eb35746c authored by Mark Fasheh's avatar Mark Fasheh
Browse files

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: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent f12033d2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment