Re: [RFC PATCH v5 2/4] erofs: introduce the page cache share feature

2025-01-05 Thread Hongzhen Luo
On 2025/1/6 10:27, Gao Xiang wrote: On 2025/1/5 23:12, Hongzhen Luo wrote: Currently, reading files with different paths (or names) but the same content will consume multiple copies of the page cache, even if the content of these page caches is the same. For example, reading identical files

Re: [RFC PATCH v5 2/4] erofs: introduce the page cache share feature

2025-01-05 Thread Gao Xiang
On 2025/1/5 23:12, Hongzhen Luo wrote: Currently, reading files with different paths (or names) but the same content will consume multiple copies of the page cache, even if the content of these page caches is the same. For example, reading identical files (e.g., *.so files) from two different