From: Konrad Rzeszutek Wilk Date: Fri, 15 Feb 2013 17:53:43 +0000 (-0500) Subject: zbud: Fix compile warnings due to usage of debugfs_create_size_t X-Git-Tag: v3.9-rc1~127^2~42 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feb897e1f48918bf5cd60a075a6641ed41ace988;p=pandora-kernel.git zbud: Fix compile warnings due to usage of debugfs_create_size_t . drivers/staging/zcache/zbud.c:336: warning: passing argument 4 of ‘debugfs_create_size_t’ from incompatible pointer type include/linux/debugfs.h:80: note: expected ‘size_t *’ but argument is of type ‘long unsigned int *’ .. which is b/c we end up using 'unsigned' or 'unsigned long' instead of 'ssize_t'. So lets fix this up and use the proper type. Signed-off-by: Konrad Rzeszutek Wilk Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed