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:
0a4eaea
)
btrfs: use E2BIG instead of EIO if compression does not help
author
David Sterba
<dsterba@suse.cz>
Fri, 20 Jun 2014 09:43:20 +0000
(11:43 +0200)
committer
Chris Mason
<clm@fb.com>
Thu, 3 Jul 2014 14:04:13 +0000
(07:04 -0700)
Return codes got updated in
60e1975acb48fc3d74a3422b21dde74c977ac3d5
(btrfs: return errno instead of -1 from compression)
lzo wrapper returns E2BIG in this case, do the same for zlib.
Signed-off-by: David Sterba <dsterba@suse.cz>
No differences found