forked from luck/tmp_suning_uos_patched
Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
* 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6: SLAB: Fix lockdep annotation breakage
This commit is contained in:
commit
f8e9766dd1
@ -654,7 +654,7 @@ static void init_node_lock_keys(int q)
|
|||||||
|
|
||||||
l3 = s->cs_cachep->nodelists[q];
|
l3 = s->cs_cachep->nodelists[q];
|
||||||
if (!l3 || OFF_SLAB(s->cs_cachep))
|
if (!l3 || OFF_SLAB(s->cs_cachep))
|
||||||
return;
|
continue;
|
||||||
lockdep_set_class(&l3->list_lock, &on_slab_l3_key);
|
lockdep_set_class(&l3->list_lock, &on_slab_l3_key);
|
||||||
alc = l3->alien;
|
alc = l3->alien;
|
||||||
/*
|
/*
|
||||||
@ -665,7 +665,7 @@ static void init_node_lock_keys(int q)
|
|||||||
* for alloc_alien_cache,
|
* for alloc_alien_cache,
|
||||||
*/
|
*/
|
||||||
if (!alc || (unsigned long)alc == BAD_ALIEN_MAGIC)
|
if (!alc || (unsigned long)alc == BAD_ALIEN_MAGIC)
|
||||||
return;
|
continue;
|
||||||
for_each_node(r) {
|
for_each_node(r) {
|
||||||
if (alc[r])
|
if (alc[r])
|
||||||
lockdep_set_class(&alc[r]->lock,
|
lockdep_set_class(&alc[r]->lock,
|
||||||
|
Loading…
Reference in New Issue
Block a user