From: Joonsoo Kim Date: Thu, 24 Oct 2013 01:07:46 +0000 (+0900) Subject: slab: remove kmem_bufctl_t X-Git-Tag: v3.13-rc1~15^2~3^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16025177e1e16529451108faed257db95c7c9d6a;p=pandora-kernel.git 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 Signed-off-by: Joonsoo Kim Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed