]> www.infradead.org Git - users/willy/pagecache.git/commit
gfs2: Use b_folio in gfs2_log_write_bh()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 25 Dec 2024 09:46:43 +0000 (04:46 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 13 Feb 2025 21:43:55 +0000 (16:43 -0500)
commitb2fce96bfaa2f13f6d0c5ecf2754994a1c5a0b29
tree8ed9cfb175f9160f51d2d4e68af84d58fd1dd6a8
parentc7c75239ebc8d291064a57098ec007b6c9bd8435
gfs2: Use b_folio in gfs2_log_write_bh()

We are preparing to remove bh->b_page.  gfs2_log_write() should continue
to operate on pages as some of the memory being logged does not come
from folios, so convert from folio to page in this function.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/gfs2/lops.c