ANDROID: rust_binder: do not take refcount during GET_NODE_INFO_FOR_REF
The ioctl GET_NODE_INFO_FOR_REF will query the refcount of a remote
node, which servicemanager uses to determine whether a lazy service
should be shut down. To return the right counts, the ioctl itself should
not take a refcount on the node.
Bug: 427655909
Change-Id: I79a5e9f9506e6437900c8188de950ee449f8ec89
Signed-off-by:
Alice Ryhl <aliceryhl@google.com>
Loading
Please sign in to comment