linux/fs/hostfs
Matthew Wilcox (Oracle) e3ec0fe944
hostfs: Convert hostfs_read_folio() to use a folio
Remove the use of page APIs, including setting/clearing the error flag
which is never checked on hostfs folios.  This does not include support
for large folios as kmap_local_folio() maps only one page at a time.

Cc: Richard Weinberger <richard@nod.at>
Cc: Anton Ivanov <anton.ivanov@cambridgegreys.com>
Cc: Johannes Berg <johannes@sipsolutions.net>
Cc: linux-um@lists.infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Link: https://lore.kernel.org/r/20240530202110.2653630-8-willy@infradead.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
2024-05-31 12:31:40 +02:00
..
hostfs_kern.c hostfs: Convert hostfs_read_folio() to use a folio 2024-05-31 12:31:40 +02:00
hostfs_user_exp.c um: hostfs: define our own API boundary 2023-04-20 23:04:40 +02:00
hostfs_user.c hostfs: Fix ephemeral inodes 2023-06-12 21:26:19 +02:00
hostfs.h hostfs: Fix ephemeral inodes 2023-06-12 21:26:19 +02:00
Makefile um: hostfs: define our own API boundary 2023-04-20 23:04:40 +02:00