kernel-hacking-2024-linux-s.../fs/romfs
Matthew Wilcox (Oracle) d86f2de026
romfs: Convert romfs_read_folio() to use a folio
Remove the conversion back to struct page and use the folio APIs instead
of the page APIs.  It's probably more trouble than it's worth to support
large folios in romfs, so there are still PAGE_SIZE assumptions in
this function.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Link: https://lore.kernel.org/r/20240530202110.2653630-13-willy@infradead.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
2024-05-31 12:31:42 +02:00
..
internal.h
Kconfig fs/Kconfig: Fix compile error for romfs 2023-08-04 11:04:05 -06:00
Makefile
mmap-nommu.c
storage.c
super.c romfs: Convert romfs_read_folio() to use a folio 2024-05-31 12:31:42 +02:00