commit | 16025177e1e16529451108faed257db95c7c9d6a | [log] [tgz] |
---|---|---|
author | Joonsoo Kim <iamjoonsoo.kim@lge.com> | Thu Oct 24 10:07:46 2013 +0900 |
committer | Pekka Enberg <penberg@iki.fi> | Thu Oct 24 20:17:34 2013 +0300 |
tree | e819e0d36f55d876ec87aa33022a67e947259943 | |
parent | b1cb0982bdd6f57fed690f796659733350bb2cae [diff] |
slab: remove kmem_bufctl_t Now, we changed the management method of free objects of the slab and there is no need to use special value, BUFCTL_END, BUFCTL_FREE and BUFCTL_ACTIVE. So remove them. Acked-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Joonsoo Kim <iamjoonsoo.kim@lge.com> Signed-off-by: Pekka Enberg <penberg@iki.fi>