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 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel