]> www.infradead.org Git - users/dwmw2/linux.git/commit
ecryptfs: Convert ecryptfs_write_end() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 10 Jul 2024 20:42:35 +0000 (16:42 -0400)
committerChristian Brauner <brauner@kernel.org>
Wed, 7 Aug 2024 09:31:59 +0000 (11:31 +0200)
commitefe2f7a4132d8c399f9238a320df5edb0d62fd48
tree244c4d79cf5584be9995cfcf68ba4f147eb6263f
parent97edbc02b2efdb0cd0f507b6a45fc509acc861bb
ecryptfs: Convert ecryptfs_write_end() to use a folio

Convert the passed page to a folio and operate on that.
Replaces four 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/ecryptfs/mmap.c