]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ocfs2: remove reference to bh->b_page
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 13 Feb 2025 21:45:31 +0000 (21:45 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 17 Mar 2025 06:24:13 +0000 (23:24 -0700)
commitbd0ee47da40afc73221de8d5490375931b1f93ee
treeaf91325a872164b6039ab3021491e6023065d6ea
parentdbc3b6320eb3f7d775d4da41de693109060856d6
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().

Link: https://lkml.kernel.org/r/20250213214533.2242224-2-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
Cc: Changwei Ge <gechangwei@live.cn>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Jun Piao <piaojun@huawei.com>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Mark Tinguely <mark.tinguely@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/quota_global.c