Re: [PATCH v2 0/4] rust: list: remove HasListLinks::OFFSET

From: Tamir Duberstein
Date: Wed Apr 09 2025 - 11:07:32 EST


On Wed, Apr 9, 2025 at 10:51 AM Tamir Duberstein <tamird@xxxxxxxxx> wrote:
>
> The bulk of this change occurs in the last commit, please its commit
> messages for details. The first commit exists in 2 other series but was
> picked into this series to allow using `container_of!` without the need
> to cast from `*const Self` to `*mut Self`.

That first commit is now in the prerequisite patch, not here.