]> git.baikalelectronics.ru Git - kernel.git/commit
vfs: Add name to file handle conversion support
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Sat, 29 Jan 2011 13:13:26 +0000 (18:43 +0530)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 15 Mar 2011 06:21:37 +0000 (02:21 -0400)
commita070de25562c3f5d5f413624cdf3143ea7361207
treeaf273c4bfbfd0342d39d05d5a017382eb32a7538
parent955bbc6bd40d654c059e807b1e4fdf1b424f6e52
vfs: Add name to file handle conversion support

The syscall also return mount id which can be used
to lookup file system specific information such as uuid
in /proc/<pid>/mountinfo

Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/Kconfig
fs/Makefile
fs/fhandle.c [new file with mode: 0644]
include/linux/exportfs.h
include/linux/fs.h
include/linux/syscalls.h
init/Kconfig
kernel/sys_ni.c