From: Dan Streetman Date: Wed, 6 Aug 2014 23:08:33 +0000 (-0700) Subject: mm/zbud: change zbud_alloc size type to size_t X-Git-Tag: omap-for-v3.17/fixes-against-rc2~137^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99eef8e9369abe009006b4fa7f6ca5086c09cf46;p=pandora-kernel.git mm/zbud: change zbud_alloc size type to size_t Change the type of the zbud_alloc() size param from unsigned int to size_t. Technically, this should not make any difference, as the zbud implementation already restricts the size to well within either type's limits; but as zsmalloc (and kmalloc) use size_t, and zpool will use size_t, this brings the size parameter type in line with zsmalloc/zpool. Signed-off-by: Dan Streetman Acked-by: Seth Jennings Tested-by: Seth Jennings Cc: Weijie Yang Cc: Minchan Kim Cc: Nitin Gupta Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed