]> www.infradead.org Git - users/willy/pagecache.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>
Wed, 29 Jun 2022 12:51:08 +0000 (08:51 -0400)
commitfa19fbd23186e43714bf7694ec83b7a519e618c0
tree5785f2cc5e5b1e215a892284064a4bbb5637f706
parent5b15f72a828b44a06d50ab739e89ac492298bec4
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