diff options
author | Christian Brauner <christian@brauner.io> | 2019-01-11 14:40:59 +0100 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-01-15 01:21:37 +0100 |
commit | 35283f56626cbc6d5b2dcb42f6d2189ce34fee3d (patch) | |
tree | 3d38f282b162ecff6db0c70f8f94fff26527a683 /Documentation/filesystems/index.rst | |
parent | Documentation: add ibmvmc to toctree(index) and fix warnings (diff) | |
download | linux-35283f56626cbc6d5b2dcb42f6d2189ce34fee3d.tar.xz linux-35283f56626cbc6d5b2dcb42f6d2189ce34fee3d.zip |
Documentation/filesystems: add binderfs
This documents the Android binderfs filesystem used to dynamically add and
remove binder devices that are private to each instance.
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
[jc: tweaked markup and added to filesystems/index.rst]
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/filesystems/index.rst')
-rw-r--r-- | Documentation/filesystems/index.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/filesystems/index.rst b/Documentation/filesystems/index.rst index 605befab300b..61d2441b25d5 100644 --- a/Documentation/filesystems/index.rst +++ b/Documentation/filesystems/index.rst @@ -380,3 +380,10 @@ including: :maxdepth: 2 path-lookup.rst + +binderfs +======== + +.. toctree:: + + binderfs.rst |