diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2024-05-30 21:20:58 +0100 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2024-05-31 12:31:40 +0200 |
commit | 4df37c5f0882b211694598ff1fa1c69ccd0c1320 (patch) | |
tree | 894daaca494f4dd19ca6ec8d836acee28b6464ec /fs/hostfs | |
parent | 4c59e914ef1a39d7a20d58723ceeff31e50e7292 (diff) | |
download | linux-stable-4df37c5f0882b211694598ff1fa1c69ccd0c1320.tar.gz linux-stable-4df37c5f0882b211694598ff1fa1c69ccd0c1320.tar.bz2 linux-stable-4df37c5f0882b211694598ff1fa1c69ccd0c1320.zip |
isofs: Convert rock_ridge_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 isofs, so it serves no purpose here.
Use folio_end_read() to save an atomic operation and unify the two
exit paths.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Link: https://lore.kernel.org/r/20240530202110.2653630-7-willy@infradead.org
Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'fs/hostfs')
0 files changed, 0 insertions, 0 deletions