Matthew Wilcox (Oracle) f94cf2206b buffer: Make bh_offset() work for compound pages
If the buffer pointed to by the buffer_head is part of a compound page,
bh_offset() assumes that b_page is the precise page that contains
the data.  A recent change to jbd2 inadvertently violated that assumption.

By using page_size(), we support both b_page being set to the head page
(as page_size() will return the size of the entire folio) and the precise
page (as it will return PAGE_SIZE for a tail page).

Fixes: 8147c4c4546f ("jbd2: use a folio in jbd2_journal_write_metadata_buffer()")
Reported-by: Zorro Lang <zlang@kernel.org>
Tested-by: Ritesh Harjani (IBM) <ritesh.list@gmail.com>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
2023-09-07 15:16:49 -04:00
..
2023-07-06 22:25:06 -07:00
2023-07-11 09:23:20 +02:00
2023-07-05 10:42:32 -07:00
2023-07-20 12:57:55 -07:00
2023-06-30 11:57:07 -07:00
2023-06-26 15:38:02 +02:00
2023-06-30 11:57:07 -07:00
2023-07-19 11:00:27 -07:00
2023-06-26 07:47:11 +02:00