]> 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)
commit1f65069524142ff66f94a0dfd499ba69891efb80
tree096e15a7f4940366a1f17209ab0338dba9d4ac53
parent690926beb10e964ebde3504e3fc6eb560934cb9b
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