Re: [PATCH] vboxsf: Convert vboxsf_write_end() to use kmap_local_folio()

From: Matthew Wilcox
Date: Mon Aug 11 2025 - 18:12:41 EST


On Mon, Aug 11, 2025 at 05:42:00PM -0400, Tal Zussman wrote:
> Now that vboxsf_write_end() takes a folio, convert the kmap() call to
> kmap_local_folio(). This removes two instances of &folio->page as
> well.
>
> Compile-tested only.

Yeah ... I don't know if this is safe or not. Needs actual testing.