Re: [PATCH v4 8/9] rust: binder: use `LocalModule` for `THIS_MODULE`

From: Gary Guo

Date: Tue Jun 23 2026 - 09:54:58 EST


On Tue Jun 23, 2026 at 7:29 AM BST, Alvin Sun wrote:
> Replace the `THIS_MODULE` static reference in the binder fops with
> `this_module::<LocalModule>()`, consistent with the move of
> `THIS_MODULE` into the `ModuleMetadata` trait.
>
> Signed-off-by: Alvin Sun <alvin.sun@xxxxxxxxx>

Reviewed-by: Gary Guo <gary@xxxxxxxxxxx>

> ---
> drivers/android/binder/rust_binder_main.rs | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)