1
0
Fork 0
alistair23-linux/samples/vfs
David Howells f1b5618e01 vfs: Add a sample program for the new mount API
Add a sample program to demonstrate fsopen/fsmount/move_mount to mount
something.

To make it compile on all arches, irrespective of whether or not syscall
numbers are assigned, define the syscall number to -1 if it isn't to cause
the kernel to return -ENOSYS.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2019-03-20 18:49:06 -04:00
..
Makefile vfs: Add a sample program for the new mount API 2019-03-20 18:49:06 -04:00
test-fsmount.c vfs: Add a sample program for the new mount API 2019-03-20 18:49:06 -04:00
test-statx.c vfs: Add a sample program for the new mount API 2019-03-20 18:49:06 -04:00