From: Changli Gao Date: Sat, 4 Dec 2010 02:31:41 +0000 (+0000) Subject: net: init ingress queue X-Git-Tag: v2.6.38-rc1~476^2~296 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa9421041128abb4d269ee1dc502ff65fb3b7d69;p=pandora-kernel.git net: init ingress queue The dev field of ingress queue is forgot to initialized, then NULL pointer dereference happens in qdisc_alloc(). Move inits of tx queues to netif_alloc_netdev_queues(). Signed-off-by: Changli Gao Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed