]> git.baikalelectronics.ru Git - kernel.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>
Tue, 2 Aug 2022 16:34:03 +0000 (12:34 -0400)
commite1adf6dd22527a9d0c0ed996d77bb3cf963d152b
tree764a5926552e6a38b738e5cc5156285be58d4eaf
parentabe2382da3bddabd3a2a823fd385136371eaf10a
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