Re: [PATCH] xfs: remove kmem_to_page()
Christoph Hellwig <[email protected]>
| Newsgroups | org.kernel.vger.linux-xfs,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Aug 07, 2026 at 06:58:51AM -0400, Tal Zussman wrote:
> kmem_to_page() has been unused since commit 5ced480d4886 ("xfs: simplify
> building the bio in xlog_write_iclog"), so remove it. This also removes
> the last instance of 'struct page' in fs/xfs/.
Looks good:
Reviewed-by: Christoph Hellwig <[email protected]>