]> Git Repo - linux.git/commit
mm, slab: Replace 'caller' type, void* -> unsigned long
authorEzequiel Garcia <[email protected]>
Sat, 8 Sep 2012 20:47:55 +0000 (17:47 -0300)
committerPekka Enberg <[email protected]>
Tue, 25 Sep 2012 07:15:58 +0000 (10:15 +0300)
commit7c0cb9c64f83dd9bf18b139ac0de00daba6087c2
tree4491a3047dfa2d4774da4dfb52e17ab26c71a871
parentf3f741019595f1e73564d985f5fe8abcbb98c769
mm, slab: Replace 'caller' type, void* -> unsigned long

This allows to use _RET_IP_ instead of builtin_address(0), thus
achiveing implementation consistency in all three allocators.
Though maybe a nitpick, the real goal behind this patch is
to be able to obtain common code between SLAB and SLUB.

Signed-off-by: Ezequiel Garcia <[email protected]>
Signed-off-by: Pekka Enberg <[email protected]>
mm/slab.c
This page took 0.053658 seconds and 4 git commands to generate.