All of lore.kernel.org
 help / color / mirror / Atom feed
* [slab:for-next 12/13] mm/slab_common.c:101:1: warning: label 'oops' defined but not used
@ 2012-07-11  0:14 wfg
  0 siblings, 0 replies; only message in thread
From: wfg @ 2012-07-11  0:14 UTC (permalink / raw)
  To: kernel-janitors

Hi Christoph,

There are new compile warnings show up in

tree:   git://github.com/penberg/linux.git for-next
head:   737b719ed6569ffcd015fcdf3039dc7af47af877
commit: 20cea9683ecc6dd75a80c0dd02dc69c64e95be75 [12/13] mm, sl[aou]b: Move kmem_cache_create mutex handling to common code

All warnings:

mm/slab_common.c: In function 'kmem_cache_create':
mm/slab_common.c:101:1: warning: label 'oops' defined but not used [-Wunused-label]

The patch removed all references to oops: w/o removing the label
itself.

vim +101 mm/slab_common.c
    98	
    99		s = __kmem_cache_create(name, size, align, flags, ctor);
   100	
 > 101	oops:
   102		mutex_unlock(&slab_mutex);
   103		put_online_cpus();
   104	

---
0-DAY kernel build testing backend         Open Source Technology Centre
Fengguang Wu <wfg@linux.intel.com>                     Intel Corporation

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-11  0:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-11  0:14 [slab:for-next 12/13] mm/slab_common.c:101:1: warning: label 'oops' defined but not used wfg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.