]> 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)
commitabe2382da3bddabd3a2a823fd385136371eaf10a
tree16e908e477317f34d7f0bfa00a151a6de4f121df
parent9c107719d7c3f054c6add6adee43921d15f15f5f
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