diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-01 11:50:42 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-08 10:46:58 -0200 |
commit | bc081cc8693800ebb118cc2cc6a859dd0b45921b (patch) | |
tree | 16d40582cfbdfefa332ba05aa8f717a08ec5f81b /lib/locking-selftest-spin-hardirq.h | |
parent | adefdceef4c1cefee2678724cd57824c8ca80091 (diff) |
V4L/DVB: dvb_demux: Don't use vmalloc at dvb_dmx_swfilter_packet
As dvb_dmx_swfilter_packet() is protected by a spinlock, it shouldn't sleep.
However, vmalloc() may call sleep. So, move the initialization of
dvb_demux::cnt_storage field to a better place.
Reviewed-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'lib/locking-selftest-spin-hardirq.h')
0 files changed, 0 insertions, 0 deletions