]> www.infradead.org Git - users/willy/pagecache.git/commit
coda: Convert coda_symlink_filler() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 29 Apr 2022 15:12:16 +0000 (11:12 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 29 Jun 2022 12:51:08 +0000 (08:51 -0400)
commit1a6b7e5cb5504bf4f0f4e63b8bedaff8aad5798b
treebcfa055ee5b711cea5ecde6e6dd8850d52c8e22a
parentfa19fbd23186e43714bf7694ec83b7a519e618c0
coda: Convert coda_symlink_filler() to use a folio

This is a straightforward conversion from the page APIs to the folio
APIs.  Symlinks are not allowed to be larger than PAGE_SIZE, so there
is little work to do here.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/coda/symlink.c