Files
linux-apfs/mm
David Rientjes bd07d87fd4 slub: avoid label inside conditional
Jumping to a label inside a conditional is considered poor style,
especially considering the current organization of __slab_alloc().

This removes the 'load_from_page' label and just duplicates the three
lines of code that it uses:

	c->node = page_to_nid(page);
	c->page = page;
	goto load_freelist;

since it's probably not worth making this a separate helper function.

Acked-by: Christoph Lameter <cl@linux.com>
Signed-off-by: David Rientjes <rientjes@google.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
2011-05-17 22:19:00 +03:00
..
2011-03-17 13:08:27 -03:00
2011-03-27 19:30:18 -07:00
2011-01-13 17:32:46 -08:00
2011-03-29 14:05:12 +01:00
2011-03-10 08:52:27 +01:00
2011-03-10 08:52:26 +01:00
2011-03-22 17:44:01 -07:00
2011-05-17 22:19:00 +03:00
2011-01-13 17:32:43 -08:00
2011-03-10 08:52:07 +01:00
2011-03-22 17:44:09 -07:00
2011-03-22 17:44:03 -07:00
2011-03-22 17:44:05 -07:00