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