|
@@ -570,7 +570,7 @@ again:
|
|
cont:
|
|
cont:
|
|
if (start == 0) {
|
|
if (start == 0) {
|
|
/* lets try to make an inline extent */
|
|
/* lets try to make an inline extent */
|
|
- if (ret || total_in < (actual_end - start)) {
|
|
|
|
|
|
+ if (ret || total_in < actual_end) {
|
|
/* we didn't compress the entire range, try
|
|
/* we didn't compress the entire range, try
|
|
* to make an uncompressed inline extent.
|
|
* to make an uncompressed inline extent.
|
|
*/
|
|
*/
|