commit | eb34983ba170f236b6801c7bee717da6abe4aff0 | [log] [tgz] |
---|---|---|
author | Todd Kjos <tkjos@android.com> | Thu Jun 29 12:01:56 2017 -0700 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Jul 17 14:47:30 2017 +0200 |
tree | 4517f9556de660dc76db9bf452895318e7adb4d7 | |
parent | 26549d17741035b604048770f354c8c6b5e25ac9 [diff] |
binder: make sure target_node has strong ref When initiating a transaction, the target_node must have a strong ref on it. Then we take a second strong ref to make sure the node survives until the transaction is complete. Signed-off-by: Todd Kjos <tkjos@google.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>