git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a05a9bb
)
Btrfs: remove BUG_ON() in compress_file_range()
author
Li Zefan
<lizf@cn.fujitsu.com>
Thu, 8 Sep 2011 02:22:01 +0000
(10:22 +0800)
committer
David Sterba
<dsterba@suse.cz>
Thu, 20 Oct 2011 16:10:43 +0000
(18:10 +0200)
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>
No differences found