]> www.infradead.org Git - users/jedix/linux-maple.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)
committerChristian Brauner <brauner@kernel.org>
Wed, 7 Aug 2024 09:33:36 +0000 (11:33 +0200)
commit7f90d7f1bc9418aba1ef040565308e83dbe0f485
tree75663f1253469e0d758d838d6a68cf952bea1748
parent1da86618bdce301d23e89ecce92161f9d3b3c5e7
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.

Reviewed-by: Josef Bacik <josef@toxicpanda.com>
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/ocfs2/file.c