9c8ad7a2ff0bfe58f019ec0abc1fb965114dde7d
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:a07b200047("vfs: syscall: Add open_tree(2) to reference or clone a mount") Fixes:2db154b3ea("vfs: syscall: Add move_mount(2) to move mounts around") Fixes:24dcb3d90a("vfs: syscall: Add fsopen() to prepare for superblock creation") Fixes:ecdab150fd("vfs: syscall: Add fsconfig() for configuring and managing a context") Fixes:93766fbd26("vfs: syscall: Add fsmount() to create a mount for a superblock") Fixes:cf3cba4a42("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>
Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
Description
Languages
C
97.7%
Assembly
1.2%
Shell
0.4%
Makefile
0.3%
Python
0.2%
Other
0.1%