From: Arjan van de Ven Date: Wed, 2 Aug 2006 21:06:55 +0000 (-0700) Subject: [NET]: Remove lockdep_set_class() call from skb_queue_head_init(). X-Git-Tag: v2.6.18-rc4~65^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76f10ad0e67cbc6ded2ee143e5188e0b7ff9fb15;p=pandora-kernel.git [NET]: Remove lockdep_set_class() call from skb_queue_head_init(). The skb_queue_head_init() function is used both in drivers for private use and in the core networking code. The usage models are vastly set of functions that is only softirq safe; while the driver usage tends to be more limited to a few hardirq safe accessor functions. Rather than annotating all 133+ driver usages, for now just split this lock into a per queue class. This change is obviously safe and probably should make 2.6.18. Signed-off-by: Arjan van de Ven Signed-off-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed