vfs: Add open by file handle support
[AV: duplicate of open() guts removed; file_open_root() used instead] Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
990d6c2d7a
commit
becfd1f375
6 changed files with 181 additions and 0 deletions
|
@ -189,3 +189,5 @@ cond_syscall(sys_fanotify_mark);
|
|||
|
||||
/* open by handle */
|
||||
cond_syscall(sys_name_to_handle_at);
|
||||
cond_syscall(sys_open_by_handle_at);
|
||||
cond_syscall(compat_sys_open_by_handle_at);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue