]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Convert ocfs2 to read_folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 29 Apr 2022 15:12:16 +0000 (11:12 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 9 May 2022 20:21:46 +0000 (16:21 -0400)
commit26bbf20560bb9b9b316010141cdb3efe1b2ea5f5
tree68901cc8241cebf77a6ad8f127bbd85e8078efd4
parent83dfd28794138e25fea49cda0e761daf0390409c
ocfs2: Convert ocfs2 to read_folio

This is a "weak" conversion which converts straight back to using pages.
A full conversion should be performed at some point, hopefully by
someone familiar with the filesystem.

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