Re: [PATCH] erofs: support large folio in inode_share mode
Chao Yu <[email protected]>
| Newsgroups | org.kernel.vger.linux-kernel,org.ozlabs.lists.linux-erofs |
|---|---|
| Message-ID | <[email protected]> |
On 8/21/26 19:25, Jingbo Xu wrote: > erofs_fill_inode() calls mapping_set_large_folios() on each erofs > file's own mapping, but in inode_share mode reads are routed to the > shared inode's page cache instead, whose mapping never had large > folio support enabled. > > Set up large folios for the shared inode's mapping as well. > > Signed-off-by: Jingbo Xu <[email protected]> Reviewed-by: Chao Yu <[email protected]> Thanks,