From: Joonsoo Kim Date: Wed, 6 Aug 2014 23:04:40 +0000 (-0700) Subject: slab: change int to size_t for representing allocation size X-Git-Tag: cleanup-for-v3.18~96^2~189 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e804789673114c616816f8387169790afe376b5;p=pandora-kernel.git slab: change int to size_t for representing allocation size It is better to represent allocation size in size_t rather than int. So change it. Signed-off-by: Joonsoo Kim Suggested-by: Andrew Morton Cc: Christoph Lameter Reviewed-by: Pekka Enberg Cc: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed