Re: [PATCH 2/7] fsdax: Introduce dax_copy_edges() for CoW

From: Christoph Hellwig
Date: Mon Feb 08 2021 - 11:21:48 EST


On Mon, Feb 08, 2021 at 01:09:19AM +0800, Shiyang Ruan wrote:
> dax_copy_edges() is a helper functions performs a copy from one part of
> the device to another for data not page aligned.

The function looks good to me, but adding a static function without a
user is not very bisection friendly.