]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
rust_binder: make use of == for Task
authorAlice Ryhl <aliceryhl@google.com>
Tue, 24 Mar 2026 20:02:37 +0000 (20:02 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 1 Apr 2026 10:18:21 +0000 (12:18 +0200)
commited72cfffc491c88996addd387586234dd8141ee4
treed49884d103e2c918ccaacfd8de2e5e8003534f61
parent12c688086f091c24e62504f5a26c009a6a8dd8bc
rust_binder: make use of == for Task

Now that we have implemented the == operator for Task, replace the two
raw pointer comparisons in Binder with the == operator.

Reviewed-by: Gary Guo <gary@garyguo.net>
Signed-off-by: Alice Ryhl <aliceryhl@google.com>
Link: https://patch.msgid.link/20260324-close-fd-check-current-v3-3-b94274bedac7@google.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder/process.rs