samples: add binderfs sample program
authorChristian Brauner <christian@brauner.io>
Fri, 11 Jan 2019 13:41:00 +0000 (14:41 +0100)
committerJonathan Corbet <corbet@lwn.net>
Tue, 15 Jan 2019 00:22:22 +0000 (17:22 -0700)
commit9762dc1432e10d5571c1ae746c41469504360c2a
tree0291cfd86b5b49e8a5363b2248f72a79b64438fd
parent35283f56626cbc6d5b2dcb42f6d2189ce34fee3d
samples: add binderfs sample program

This adds a simple sample program mounting binderfs and adding, then
removing a binder device.  Hopefully, it will be helpful to users who want
to know how binderfs is supposed to be used.

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
samples/Kconfig
samples/Makefile
samples/binderfs/Makefile [new file with mode: 0644]
samples/binderfs/binderfs_example.c [new file with mode: 0644]