From: Li Zefan Date: Thu, 8 Sep 2011 02:22:01 +0000 (+0800) Subject: Btrfs: remove BUG_ON() in compress_file_range() X-Git-Tag: v3.2-rc1~21^2~23^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=560f7d75457f86a43970aa413e334e394082dce4;p=pandora-kernel.git Btrfs: remove BUG_ON() in compress_file_range() It's not a big deal if we fail to allocate the array, and instead of panic we can just give up compressing. Signed-off-by: Li Zefan --- Reading git-diff-tree failed