|
@@ -181,7 +181,7 @@ int z_erofs_vle_unzip_vmap(struct page **compressed_pages,
|
|
for (i = 0; i < clusterpages; ++i) {
|
|
for (i = 0; i < clusterpages; ++i) {
|
|
void *t = kmap_atomic(compressed_pages[i]);
|
|
void *t = kmap_atomic(compressed_pages[i]);
|
|
|
|
|
|
- memcpy(vin + PAGE_SIZE *i, t, PAGE_SIZE);
|
|
|
|
|
|
+ memcpy(vin + PAGE_SIZE * i, t, PAGE_SIZE);
|
|
kunmap_atomic(t);
|
|
kunmap_atomic(t);
|
|
}
|
|
}
|
|
} else if (clusterpages == 1)
|
|
} else if (clusterpages == 1)
|