mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 20:51:44 +00:00
slub: remove no-longer used 'unlock_out' label
Commit a71ae47a2c
("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>
This commit is contained in:
parent
3f5785ec31
commit
49a78d085f