From: Linus Torvalds Date: Thu, 26 May 2011 01:06:54 +0000 (-0700) Subject: slub: remove no-longer used 'unlock_out' label X-Git-Tag: v3.0-rc1~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49a78d085fa6b44d6ed791923c7172a6433589c2;p=pandora-kernel.git 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 --- Reading git-diff-tree failed