]> git.baikalelectronics.ru Git - kernel.git/commit
befs: Convert befs_symlink_read_folio() 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)
commit67aab96a7c7cee8d15c37d3b152e8aa50e0d5da3
tree16e908e477317f34d7f0bfa00a151a6de4f121df
parented2c86435023bdbe5fbe6f36642dbde1cc1c6e77
befs: Convert befs_symlink_read_folio() 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/befs/linuxvfs.c