From: Mark Fasheh Date: Wed, 9 Aug 2006 20:23:08 +0000 (-0700) Subject: ocfs2: Remove overzealous BUG_ON() X-Git-Tag: v2.6.19-rc1~1296^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb35746ca5e2211569b91ebb44d55b88ec91f3b0;p=pandora-kernel.git 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 --- Reading git-diff-tree failed