From: Joonsoo Kim Date: Thu, 24 Oct 2013 01:07:48 +0000 (+0900) Subject: slab: replace free and inuse in struct slab with newly introduced active X-Git-Tag: v3.13-rc1~15^2~3^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=106a74e13b329cf609c145dc198087c04f5f8ca5;p=pandora-kernel.git slab: replace free and inuse in struct slab with newly introduced active Now, free in struct slab is same meaning as inuse. So, remove both and replace them with active. Acked-by: Andi Kleen Signed-off-by: Joonsoo Kim Signed-off-by: Pekka Enberg --- Reading git-diff-tree failed