]> www.infradead.org Git - users/jedix/linux-maple.git/commit
hpfs: Convert hpfs_symlink_read_folio to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 30 May 2024 20:20:57 +0000 (21:20 +0100)
committerChristian Brauner <brauner@kernel.org>
Fri, 31 May 2024 10:31:40 +0000 (12:31 +0200)
commit4c59e914ef1a39d7a20d58723ceeff31e50e7292
tree1badd5bd80c8f8eb17e75352e5fb1a1c6d68b275
parent09da047e554d46885c5ab038373473c19ff2fd12
hpfs: Convert hpfs_symlink_read_folio to use a folio

Remove the conversion back into a page and use the folio APIs throughout.
Remove the setting of PG_error instead of converting it; it is unused
by core code or by the rest of HPFS, so it serves no purpose here.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Link: https://lore.kernel.org/r/20240530202110.2653630-6-willy@infradead.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/hpfs/namei.c