commit | 560f7d75457f86a43970aa413e334e394082dce4 | [log] [tgz] |
---|---|---|
author | Li Zefan <lizf@cn.fujitsu.com> | Thu Sep 08 10:22:01 2011 +0800 |
committer | David Sterba <dsterba@suse.cz> | Thu Oct 20 18:10:43 2011 +0200 |
tree | 19167f699de731a0c9cc1faf44035e0e958ab9fb | |
parent | a05a9bb18ae0abec0b513b5fde876c47905fa13e [diff] |
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 <lizf@cn.fujitsu.com>