commit | abc8a8a2c7dc7b557619befa8fb29be60ed481bc | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Thu Dec 15 21:43:52 2022 +0000 |
committer | Andrew Morton <akpm@linux-foundation.org> | Wed Jan 18 17:12:39 2023 -0800 |
tree | cbf1b71e62d8bc6168b372b2748e66bb8e9e7792 | |
parent | d685c668b0695dff927c85e27ef27d4f404f16a3 [diff] |
buffer: replace obvious uses of b_page with b_folio These cases just check if it's NULL, or use b_page to get to the page's address space. They are assumptions that b_page never points to a tail page. Link: https://lkml.kernel.org/r/20221215214402.3522366-3-willy@infradead.org Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Jan Kara <jack@suse.cz> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>