We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa793b4 commit 4398d3cCopy full SHA for 4398d3c
fs/erofs/zdata.c
@@ -213,7 +213,7 @@ struct z_erofs_decompress_frontend {
213
214
#define DECOMPRESS_FRONTEND_INIT(__i) { \
215
.inode = __i, .owned_head = Z_EROFS_PCLUSTER_TAIL, \
216
- .mode = COLLECT_PRIMARY_FOLLOWED }
+ .mode = COLLECT_PRIMARY_FOLLOWED, .backmost = true }
217
218
static struct page *z_pagemap_global[Z_EROFS_VMAP_GLOBAL_PAGES];
219
static DEFINE_MUTEX(z_pagemap_global_lock);
0 commit comments