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>
此提交包含在:
Aneesh Kumar K.V
2011-01-29 18:43:26 +05:30
提交者 Al Viro
父節點 f52e0c1130
當前提交 990d6c2d7a
共有 8 個檔案被更改,包括 139 行新增2 行删除

查看文件

@@ -186,3 +186,6 @@ cond_syscall(sys_perf_event_open);
/* fanotify! */
cond_syscall(sys_fanotify_init);
cond_syscall(sys_fanotify_mark);
/* open by handle */
cond_syscall(sys_name_to_handle_at);