summaryrefslogtreecommitdiffstats
path: root/mm/zpool.c
diff options
context:
space:
mode:
authorDan Streetman2014-08-07 01:08:33 +0200
committerLinus Torvalds2014-08-07 03:01:23 +0200
commit99eef8e9369abe009006b4fa7f6ca5086c09cf46 (patch)
tree862786b7c5d4dfa06fb1b158eb58b5319a79cd55 /mm/zpool.c
parentzram: replace global tb_lock with fine grain lock (diff)
downloadkernel-qcow2-linux-99eef8e9369abe009006b4fa7f6ca5086c09cf46.tar.gz
kernel-qcow2-linux-99eef8e9369abe009006b4fa7f6ca5086c09cf46.tar.xz
kernel-qcow2-linux-99eef8e9369abe009006b4fa7f6ca5086c09cf46.zip
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 <ddstreet@ieee.org> Acked-by: Seth Jennings <sjennings@variantweb.net> Tested-by: Seth Jennings <sjennings@variantweb.net> Cc: Weijie Yang <weijie.yang@samsung.com> Cc: Minchan Kim <minchan@kernel.org> Cc: Nitin Gupta <ngupta@vflare.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/zpool.c')
0 files changed, 0 insertions, 0 deletions