Re: [PATCH v18 12/21] dm: add finalize hook to target_type

From: Mikulas Patocka
Date: Wed May 08 2024 - 13:17:55 EST




On Fri, 3 May 2024, Fan Wu wrote:

> This patch adds a target finalize hook.
>
> The hook is triggered just before activating an inactive table of a
> mapped device. If it returns an error the __bind get cancelled.
>
> The dm-verity target will use this hook to attach the dm-verity's
> roothash metadata to the block_device struct of the mapped device.
>
> Signed-off-by: Fan Wu <wufan@xxxxxxxxxxxxxxxxxxx>

Hi

Why not use the preresume callback?

Is there some reason why do we need a new callback instead of using the
existing one?

Mikulas