From 49a78d085fa6b44d6ed791923c7172a6433589c2 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Wed, 25 May 2011 18:06:54 -0700 Subject: slub: remove no-longer used 'unlock_out' label Commit a71ae47a2cbf ("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 Cc: Christoph Lameter Signed-off-by: Linus Torvalds --- mm/slub.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mm') diff --git a/mm/slub.c b/mm/slub.c index 4aad32d..7be0223 100644 --- a/mm/slub.c +++ b/mm/slub.c @@ -1831,7 +1831,6 @@ load_freelist: page->inuse = page->objects; page->freelist = NULL; -unlock_out: slab_unlock(page); c->tid = next_tid(c->tid); local_irq_restore(flags); -- cgit v1.1