]> www.infradead.org Git - users/willy/pagecache.git/commit
ocfs2: Convert ocfs2_write_zero_page to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 11 Jul 2024 03:04:59 +0000 (23:04 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 23 Jul 2024 17:08:32 +0000 (13:08 -0400)
commitd5dd3891b9ec273f12c5d0e147d365956fc24b8f
treeb5d582e78c805afd3c0127f9075323ead5e47d78
parentcdc4ad36a871b7ac43fcc6b2891058d332ce60ce
ocfs2: Convert ocfs2_write_zero_page to use a folio

Removes a conversion of folio to page, and then two hidden conversions
of page back to folio.

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