android: binder: split flat_binder_object.
flat_binder_object is used for both handling binder objects and file descriptors, even though the two are mostly independent. Since we'll have more fixup objects in binder in the future, instead of extending flat_binder_object again, split out file descriptors to their own object while retaining backwards compatibility to existing user-space clients. All binder objects just share a header. Change-Id: If3c55f27a2aa8f21815383e0e807be47895e4786 Signed-off-by:Martijn Coenen <maco@google.com> Git-commit: 8d4b622decb40d5e84cf6afaf8c08b732c30c7cf Git-repo: https://android.googlesource.com/kernel/common [spathi@codeaurora.org resolved trivial merge conflicts] Signed-off-by:
Srinivasarao P <spathi@codeaurora.org>
Loading
Please register or sign in to comment