commit | 8c138bc00925521c4e764269db3a903bd2a51592 | [log] [tgz] |
---|---|---|
author | Christoph Lameter <cl@linux.com> | Wed Jun 13 10:24:58 2012 -0500 |
committer | Pekka Enberg <penberg@kernel.org> | Thu Jun 14 09:20:19 2012 +0300 |
tree | 8c62aed20b2061867c1e6366c587bb4cea89bebd | |
parent | 3b0efdfa1e719303536c04d9abca43abeb40f80a [diff] |
slab: Get rid of obj_size macro The size of the slab object is frequently needed. Since we now have a size field directly in the kmem_cache structure there is no need anymore of the obj_size macro/function. Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>