Re: [PATCH] Documentation/filesystems: add binderfs

2019-01-11 Thread Christian Brauner
On Thu, Jan 10, 2019 at 05:08:11PM -0700, Jonathan Corbet wrote: > On Fri, 11 Jan 2019 00:56:42 +0100 > Christian Brauner wrote: > > > > - Please consider doing this in RST and tying it into our documentation > > >tree. It's *almost* RST now, so the effort required will be almost > > >z

Re: [PATCH] Documentation/filesystems: add binderfs

2019-01-10 Thread Jonathan Corbet
On Fri, 11 Jan 2019 00:56:42 +0100 Christian Brauner wrote: > > - Please consider doing this in RST and tying it into our documentation > >tree. It's *almost* RST now, so the effort required will be almost > >zero. > > Oh sure. I simply didn't know. I was just going by the files unde

Re: [PATCH] Documentation/filesystems: add binderfs

2019-01-10 Thread Christian Brauner
On Thu, Jan 10, 2019 at 04:47:03PM -0700, Jonathan Corbet wrote: > On Fri, 11 Jan 2019 00:13:09 +0100 > Christian Brauner wrote: > > > This documents the Android binderfs filesystem used to dynamically add and > > remove binder devices that are private to each instance. > > > > Signed-off-by: Ch

Re: [PATCH] Documentation/filesystems: add binderfs

2019-01-10 Thread Jonathan Corbet
On Fri, 11 Jan 2019 00:13:09 +0100 Christian Brauner wrote: > 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 Seems like a worthwhile addition overall. I know nothing abo

[PATCH] Documentation/filesystems: add binderfs

2019-01-10 Thread Christian Brauner
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 --- Documentation/filesystems/binderfs.txt | 109 + 1 file changed, 109 insertions(+) create mode 100644 D