[PATCH 0/2] binderfs: fixes

From: Christian Brauner
Date: Sun Jan 06 2019 - 09:06:37 EST


Hey,

This small series deals with two fix/improvements for binderfs. And both
actually allows us to remove code. *Yay!*

The first patch removes an unneeded and conceptually wrong kern_mount()
call for binderfs. I think this even might have been pointed out at some
point by Greg. I'm not sure right now.

The second patch makes each mount of binderfs - similar to kdbusfs - a
new instance. This mainly allows users to get private binderfs instances
in the same ipc namespace which has been requested recently and makes
the whole implementation more intuitive and simple for various reaons.

More details can be found in the commit message for each patch.

Thanks!
Christian

Christian Brauner (2):
binderfs: remove wrong kern_mount() call
binderfs: make each binderfs mount a new instance

drivers/android/binderfs.c | 51 ++------------------------------------
1 file changed, 2 insertions(+), 49 deletions(-)

--
2.19.1