]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
binder: Refactor binder_transact()
authorMartijn Coenen <maco@google.com>
Fri, 3 Feb 2017 22:40:49 +0000 (14:40 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Feb 2017 15:00:01 +0000 (16:00 +0100)
commita056af42032e56f6ee8e07cd22f1ea2b2e07f51b
tree0e76a12f8115448fffc0da27e5f9603c5563b142
parentac4812c5ffbb88dd3280a6dacd39fcb73e077fe4
binder: Refactor binder_transact()

Moved handling of fixup for binder objects,
handles and file descriptors into separate
functions.

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Martijn Coenen <maco@google.com>
Cc: Arve Hjønnevåg <arve@android.com>
Cc: Amit Pundir <amit.pundir@linaro.org>
Cc: Serban Constantinescu <serban.constantinescu@arm.com>
Cc: Dmitry Shmidt <dimitrysh@google.com>
Cc: Rom Lemarchand <romlem@google.com>
Cc: Android Kernel Team <kernel-team@android.com>
Signed-off-by: Martijn Coenen <maco@google.com>
Signed-off-by: John Stultz <john.stultz@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binder.c