commit | f1b5618e013af28b3c78daf424436a79674423c0 | [log] [tgz] |
---|---|---|
author | David Howells <dhowells@redhat.com> | Thu Nov 01 23:36:32 2018 +0000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Mar 20 18:49:06 2019 -0400 |
tree | 7fea6c6bb8ef683b92fcabaa9e3f48ed2ec8eeb0 | |
parent | cf3cba4a429be43e5527a3f78859b1bfd9ebc5fb [diff] |
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>