* pm-sleep:
  epoll: Fix user space breakage related to EPOLLWAKEUP
This commit is contained in:
Rafael J. Wysocki 2012-05-22 20:57:19 +02:00
Родитель 0033c154a9 a8159414d7
Коммит 8714c8d74d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1711,7 +1711,7 @@ SYSCALL_DEFINE4(epoll_ctl, int, epfd, int, op, int, fd,
/* Check if EPOLLWAKEUP is allowed */
if ((epds.events & EPOLLWAKEUP) && !capable(CAP_EPOLLWAKEUP))
goto error_tgt_fput;
epds.events &= ~EPOLLWAKEUP;
/*
* We have to check that the file structure underneath the file descriptor