]> git.baikalelectronics.ru Git - kernel.git/commit
binderfs: remove wrong kern_mount() call
authorChristian Brauner <christian@brauner.io>
Sun, 6 Jan 2019 14:05:40 +0000 (15:05 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 8 Jan 2019 15:01:53 +0000 (16:01 +0100)
commit6c26d73e9dac31c70a491017bc58007c7801f72f
treed5e0710adab57b0e36fc2eb2ed203a0a78cbdf89
parentd6952d4b95d3a6897fcea7446c97f59f8d24556b
binderfs: remove wrong kern_mount() call

The binderfs filesystem never needs to be mounted by the kernel itself.
This is conceptually wrong and should never have been done in the first
place.

Fixes: 14efde1fcf8 ("binder: implement binderfs")
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/android/binderfs.c