diff options
author | Arjan van de Ven <arjan@linux.intel.com> | 2006-08-02 14:06:55 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2006-08-02 14:06:55 -0700 |
commit | 76f10ad0e67cbc6ded2ee143e5188e0b7ff9fb15 (patch) | |
tree | d7afe6a19eaa80587736a447a240faefde6bd4fc /Kbuild | |
parent | dafee490858f79e144c5e6cdd84ceb9efa20a3f1 (diff) |
[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 <arjan@linux.intel.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions