From: Mauro Carvalho Chehab Date: Mon, 1 Feb 2010 14:50:42 +0000 (-0300) Subject: V4L/DVB: dvb_demux: Don't use vmalloc at dvb_dmx_swfilter_packet X-Git-Tag: v2.6.33-rc8~40^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc081cc8693800ebb118cc2cc6a859dd0b45921b;p=pandora-kernel.git 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 Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed