diff options
author | Hans Verkuil <hverkuil-cisco@xs4all.nl> | 2019-02-07 12:49:48 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-02-18 20:48:37 +0100 |
commit | c6f5c7c237fb7179f3652a46108086c9178eb419 (patch) | |
tree | b6c138f3085bc2d0fd1a32b7543601423a58e277 /mm/slab.c | |
parent | media: videobuf: fix epoll() by calling poll_wait first (diff) | |
download | linux-c6f5c7c237fb7179f3652a46108086c9178eb419.tar.xz linux-c6f5c7c237fb7179f3652a46108086c9178eb419.zip |
media: dvb-core: fix epoll() by calling poll_wait first
The epoll function expects that whenever the poll file op is
called, the poll_wait function is also called. That didn't
always happen in dvb_demux_poll(), dvb_dvr_poll() and
dvb_ca_en50221_io_poll(). Fix this, otherwise epoll()
can timeout when it shouldn't.
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Reviewed-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions