]> git.baikalelectronics.ru Git - kernel.git/commit
slub: remove no-longer used 'unlock_out' label
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 26 May 2011 01:06:54 +0000 (18:06 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 26 May 2011 01:06:54 +0000 (18:06 -0700)
commitc8c347300f2ac417e376fbea90d637be53c0a272
tree0fdf94bc4baf3e51f4b52c3718e6fa4f5dcb5032
parent4234543a525b6a3584d2d1bf49fe013a40f706da
slub: remove no-longer used 'unlock_out' label

Commit 68ef883b12e9 ("slub: Fix double bit unlock in debug mode")
removed the only goto to this label, resulting in

  mm/slub.c: In function '__slab_alloc':
  mm/slub.c:1834: warning: label 'unlock_out' defined but not used

fixed trivially by the removal of the label itself too.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Christoph Lameter <cl@linux.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/slub.c