Al Viro 7a163b2195 unify {de,}mangle_poll(), get rid of kernel-side POLL...
except, again, POLLFREE and POLL_BUSY_LOOP.

With this, we finally get to the promised end result:

 - POLL{IN,OUT,...} are plain integers and *not* in __poll_t, so any
   stray instances of ->poll() still using those will be caught by
   sparse.

 - eventpoll.c and select.c warning-free wrt __poll_t

 - no more kernel-side definitions of POLL... - userland ones are
   visible through the entire kernel (and used pretty much only for
   mangle/demangle)

 - same behavior as after the first series (i.e. sparc et.al. epoll(2)
   working correctly).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2018-02-11 14:37:22 -08:00
..
2017-11-15 11:36:08 -08:00
2016-08-03 08:16:30 +02:00
2018-02-07 11:22:44 -08:00
2017-01-25 02:51:11 +01:00
2017-11-15 11:36:08 -08:00
2018-02-07 11:22:44 -08:00
2018-02-07 11:22:44 -08:00
2017-11-15 11:36:08 -08:00
2017-11-03 09:02:30 -07:00
2017-04-10 11:56:07 +02:00
2018-02-09 19:32:41 -08:00