uapi, x86: Fix the syscall numbering of the mount API syscalls [ver #2]
Fix the syscall numbering of the mount API syscalls so that the numbers
match between i386 and x86_64 and that they're in the common numbering
scheme space.
Fixes: 027e24f21ddb ("vfs: syscall: Add open_tree(2) to reference or clone a mount") Fixes: 550da31179ed ("vfs: syscall: Add move_mount(2) to move mounts around") Fixes: e8e0c30355c3 ("vfs: syscall: Add fsopen() to prepare for superblock creation") Fixes: 01c63e5eaeeb ("vfs: syscall: Add fsconfig() for configuring and managing a context") Fixes: c8473963056f ("vfs: syscall: Add fsmount() to create a mount for a superblock") Fixes: ff3bef2717d6 ("vfs: syscall: Add fspick() to select a superblock for reconfiguration") Reported-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: David Howells <dhowells@redhat.com> Reviewed-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>