]> www.infradead.org Git - users/willy/pagecache.git/commit
ocfs2: Remove reference to bh->b_page
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 24 Dec 2024 21:18:40 +0000 (16:18 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 13 Feb 2025 21:43:55 +0000 (16:43 -0500)
commitcb0b74ee2de72e20ccca16368528c4dfd36a6a2d
tree752d68f1abc687ecd7f405959b27e82ffb9e99e0
parentf73c6698103b101fd455e5ad34c50f0e52dc9706
ocfs2: Remove reference to bh->b_page

Buffer heads are attached to folios, not to pages.  Also
flush_dcache_page() is now deprecated in favour of flush_dcache_folio().

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