From 2b8910264a7fec4599b620e5206eb877a207f40a Mon Sep 17 00:00:00 2001 From: Al Viro Date: Sat, 8 Apr 2017 18:16:56 -0400 Subject: fhandle: move compat syscalls from compat.c Signed-off-by: Al Viro --- fs/compat.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'fs/compat.c') diff --git a/fs/compat.c b/fs/compat.c index e1822ec8a87c..3e94559c452e 100644 --- a/fs/compat.c +++ b/fs/compat.c @@ -310,15 +310,3 @@ COMPAT_SYSCALL_DEFINE5(mount, const char __user *, dev_name, out: return retval; } - -#ifdef CONFIG_FHANDLE -/* - * Exactly like fs/open.c:sys_open_by_handle_at(), except that it - * doesn't set the O_LARGEFILE flag. - */ -COMPAT_SYSCALL_DEFINE3(open_by_handle_at, int, mountdirfd, - struct file_handle __user *, handle, int, flags) -{ - return do_handle_open(mountdirfd, handle, flags); -} -#endif -- cgit v1.2.3-59-g8ed1b