• M
    ocfs2: Remove overzealous BUG_ON() · eb35746c
    Mark Fasheh 提交于
    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: NMark Fasheh <mark.fasheh@oracle.com>
    eb35746c
alloc.c 53.1 KB