Re: [PATCH v2 4/5] rust: treewide: replace `__pinned_init` with `ptr_[try_]init`

From: Danilo Krummrich

Date: Thu Jul 30 2026 - 10:04:41 EST


On 7/29/26 5:38 PM, Gary Guo wrote:
> The `__init` method is not designed to be a public API (existence of "__"
> is a hint for this); replace users with `pin_init::ptr_[try_]init` which
> does the same thing.
>
> There are a few users of `__init` which are replaced as well.
>
> Signed-off-by: Gary Guo <gary@xxxxxxxxxxx>


Acked-by: Danilo Krummrich <dakr@xxxxxxxxxx>