]> www.infradead.org Git - users/jedix/linux-maple.git/commit
orangefs: Convert orangefs_write_end() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 10 Jul 2024 21:06:19 +0000 (17:06 -0400)
committerChristian Brauner <brauner@kernel.org>
Wed, 7 Aug 2024 09:32:01 +0000 (11:32 +0200)
commit87969292a93f4afbd1179fb46ad02ac1dd275ca0
tree379af0524c5e898ba09300cbe2a83120c86a6fde
parent0ee818cc42fc313b480e2e29ebe7b0dc14ccc156
orangefs: Convert orangefs_write_end() to use a folio

Convert the passed page to a folio and operate on that.
Replaces five calls to compound_head() with one.

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/orangefs/inode.c