]> www.infradead.org Git - users/willy/pagecache.git/commit
ocfs2: Convert ocfs2_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)
commit71864cbf4617f06ff2434235049e9c3daa2806a6
tree537ede3ab665534335bd10b5572de8c7cc811d94
parent6e2a48222bc97d4028b1ff8b8bfdfadec7a72923
ocfs2: Convert ocfs2_read_folio() to use a folio

Use the folio API throughout.  There are a few places where we convert
back to a page to call into the rest of the filesystem, so folio usage
needs to be pushed down to those functions later.

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