fs: remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbol
Remove dead config CONFIG_HAS_COMPAT_EPOLL_EVENT symbol. Signed-off-by: Jiri Olsa <olsajiri@gmail.com> Cc: Davide Libenzi <davidel@xmailserver.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:

committed by
Linus Torvalds

parent
de9330d13e
commit
0321155926
@@ -257,16 +257,8 @@ asmlinkage long compat_sys_ptrace(compat_long_t request, compat_long_t pid,
|
||||
/*
|
||||
* epoll (fs/eventpoll.c) compat bits follow ...
|
||||
*/
|
||||
#ifndef CONFIG_HAS_COMPAT_EPOLL_EVENT
|
||||
struct epoll_event;
|
||||
#define compat_epoll_event epoll_event
|
||||
#else
|
||||
asmlinkage long compat_sys_epoll_ctl(int epfd, int op, int fd,
|
||||
struct compat_epoll_event __user *event);
|
||||
asmlinkage long compat_sys_epoll_wait(int epfd,
|
||||
struct compat_epoll_event __user *events,
|
||||
int maxevents, int timeout);
|
||||
#endif
|
||||
asmlinkage long compat_sys_epoll_pwait(int epfd,
|
||||
struct compat_epoll_event __user *events,
|
||||
int maxevents, int timeout,
|
||||
|
Reference in New Issue
Block a user