Re: [PATCH v3 0/4] ntfs: Remove __folio_index from ntfs
Namjae Jeon <[email protected]> Thu, 16 Jul 2026 10:34:33 +0900
| Newsgroups | dev.linux.lists.ntfs,org.kernel.vger.linux-fsdevel |
|---|---|
| Message-ID | <CAKYAXd9UkYhny_p-_Yv33_mhSC_Kd=bMjRRAOX9God-=LVa3Gg@mail.gmail.com> |
On Wed, Jul 15, 2026 at 10:38=E2=80=AFAM Hyunchul Lee <[email protected]> w= rote: > > This is a continuation of the NTFS part of Matthew's > "Remove __folio_index" patch set [1]. > > [1]: https://lore.kernel.org/all/20260608210618.3437216-1-willy@infradead= .org/ > > To: Namjae Jeon <[email protected]> > Cc: Matthew Wilcox (Oracle) <[email protected]> > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > Cc: [email protected] > > -- > Changes in v3: > - Patch 2: Fixed the boundary check so pages straddling initialized_size > are zeroed(Suggested by Usama). > - Patch 3: Rebased on the top of patch 2. > > Signed-off-by: Hyunchul Lee <[email protected]> > --- > Matthew Wilcox (Oracle) (4): > ntfs: Inline zero_partial_compressed_page() > ntfs: Remove use of __folio_index in handle_bounds_compressed_page(= ) > ntfs: Use zero_user_segment() in handle_bounds_compressed_page() > ntfs: Remove references to page->__folio_index Applied them to #ntfs-next. Thanks!