diff options
author | Pankaj Raghav <p.raghav@samsung.com> | 2023-04-17 14:36:18 +0200 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-04-21 14:52:01 -0700 |
commit | c6c8c3e7b47d7d20952202e7568389a5e3b043dd (patch) | |
tree | 9959bdeed86938dbb47ee0e17454adf66605520b /include/linux/swap.h | |
parent | 8e2e17560bed73c2a73c94cbe378719f6cf850ee (diff) | |
download | lwn-c6c8c3e7b47d7d20952202e7568389a5e3b043dd.tar.gz lwn-c6c8c3e7b47d7d20952202e7568389a5e3b043dd.zip |
fs/buffer: convert create_page_buffers to folio_create_buffers
fs/buffer do not support large folios as there are many assumptions on the
folio size to be the host page size. This conversion is one step towards
removing that assumption. Also this conversion will reduce calls to
compound_head() if folio_create_buffers() calls
folio_create_empty_buffers().
Link: https://lkml.kernel.org/r/20230417123618.22094-5-p.raghav@samsung.com
Signed-off-by: Pankaj Raghav <p.raghav@samsung.com>
Reviewed-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Cc: Christian Brauner <brauner@kernel.org>
Cc: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include/linux/swap.h')
0 files changed, 0 insertions, 0 deletions