Re: [PATCH v9 15/15] hugetlb: replace hugetlbfs_read_iter() with generic_file_read_iter()
Pedro Falcato <[email protected]>
| Newsgroups | gmane.linux.file-systems,gmane.linux.kernel.mm |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 05, 2026 at 10:05:55PM +0100, Matthew Wilcox (Oracle) wrote: > From: Jane Chu <[email protected]> > > generic_file_read_iter() now handles hugetlb poison, hugetlb page > size and missing folios correctly, so we no longer need a separate > hugetlbfs_read_iter(). > > Signed-off-by: Jane Chu <[email protected]> > Co-developed-by: Matthew Wilcox (Oracle) <[email protected]> > Signed-off-by: Matthew Wilcox (Oracle) <[email protected]> > Reviewed-by: Gregory Price (Meta) <[email protected]> Awesome! Reviewed-by: Pedro Falcato <[email protected]> -- Pedro