--- zzzz-none-000/linux-3.10.107/fs/squashfs/xz_wrapper.c 2017-06-27 09:49:32.000000000 +0000 +++ vr9-7490-729/linux-3.10.107/fs/squashfs/xz_wrapper.c 2021-11-10 11:53:56.000000000 +0000 @@ -134,8 +134,7 @@ offset = 0; } - if (stream->buf.out_pos == stream->buf.out_size - && page < pages) { + if (stream->buf.out_pos == stream->buf.out_size && page < pages) { stream->buf.out = buffer[page++]; stream->buf.out_pos = 0; total += PAGE_CACHE_SIZE;