diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2018-02-01 21:13:18 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-02-11 23:37:22 +0100 |
commit | 7a163b2195cda0cddf47b5caf14a7229d4e2bea3 (patch) | |
tree | 5867e113f0232679d5125ca7d42ae4558dd0d554 /fs | |
parent | vfs: do bulk POLL* -> EPOLL* replacement (diff) | |
download | linux-7a163b2195cda0cddf47b5caf14a7229d4e2bea3.tar.xz linux-7a163b2195cda0cddf47b5caf14a7229d4e2bea3.zip |
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>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions