]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: remove references to bh->b_page
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 13 Feb 2025 18:23:01 +0000 (18:23 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 18 Mar 2025 04:15:25 +0000 (00:15 -0400)
commit08be56fec0588972f6fd4a3ce4ced3265de43dd8
tree2537904d7e337c87abb44cb3d78d59188fd7bc96
parent7e91ae31e2d264155dfd102101afc2de7bd74a64
ext4: remove references 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>
Reviewed-by: Jan Kara <jack@suse.cz>
Link: https://patch.msgid.link/20250213182303.2133205-1-willy@infradead.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/inode.c
fs/ext4/super.c
fs/jbd2/journal.c