diff options
| author | Matthew Wilcox (Oracle) <[email protected]> | 2022-12-15 21:43:51 +0000 |
|---|---|---|
| committer | Andrew Morton <[email protected]> | 2023-01-19 01:12:39 +0000 |
| commit | d685c668b0695dff927c85e27ef27d4f404f16a3 (patch) | |
| tree | 12dc6df7ee71fc26e275deb48df0a44979db8965 /fs/buffer.c | |
| parent | mm/hugetlb: introduce hugetlb_walk() (diff) | |
| download | kernel-d685c668b0695dff927c85e27ef27d4f404f16a3.tar.gz kernel-d685c668b0695dff927c85e27ef27d4f404f16a3.zip | |
buffer: add b_folio as an alias of b_page
Patch series "Start converting buffer_heads to use folios".
I was hoping that filesystems would convert from buffer_heads to iomap,
but that's not happening particularly quickly. So the buffer_head
infrastructure needs to be converted from being page-based to being
folio-based.
This patch (of 12):
Buffer heads point to the allocation (ie the folio), not the page. This
is currently the same thing for all filesystems that use buffer heads, so
this is a safe transitional step.
Link: https://lkml.kernel.org/r/[email protected]
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Reviewed-by: Jan Kara <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'fs/buffer.c')
0 files changed, 0 insertions, 0 deletions
