]> www.infradead.org Git - users/willy/pagecache.git/commit
ext4: Remove references 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:54 +0000 (16:43 -0500)
commit598596bbae26eb3f699928e366abfa64fb7a82ce
tree6cd24295cc77d085fd305f8c72277865f9397c3f
parentb7e062a3aa260aef9c8d3407ce91e5ea9950f1c4
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>
fs/ext4/inode.c
fs/ext4/super.c
fs/jbd2/journal.c