]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext2: Remove reference to bh->b_page
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 13 Feb 2025 18:20:43 +0000 (18:20 +0000)
committerJan Kara <jack@suse.cz>
Fri, 14 Feb 2025 10:44:05 +0000 (11:44 +0100)
commitef51934a05d3a223b040a23b6e78335f63f74083
treeb0493e74835d12d838f2af5ce8af417dc57f3627
parent81a82e8f33880793029cd6f8a766fb13b737e6a7
ext2: 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>
Signed-off-by: Jan Kara <jack@suse.cz>
Link: https://patch.msgid.link/20250213182045.2131356-1-willy@infradead.org
fs/ext2/super.c