commit | 130d5b415a091e493ac1508b9d27bbb85ba7b8c0 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Fri Jun 20 11:43:20 2014 +0200 |
committer | Chris Mason <clm@fb.com> | Thu Jul 03 07:04:13 2014 -0700 |
tree | 22372bc71d922d5ba38073dab2283d0ca822eec4 | |
parent | 0a4eaea892a479aeebccde65986b27cfb6e33a78 [diff] |
btrfs: use E2BIG instead of EIO if compression does not help 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>