From: Serban Constantinescu Date: Thu, 4 Jul 2013 09:54:43 +0000 (+0100) Subject: staging: android: binder: modify struct binder_write_read to use size_t X-Git-Tag: v3.12-rc1~183^2~714 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=397334fc2be6a7e2f77474bd2b24880efea007bf;p=pandora-kernel.git staging: android: binder: modify struct binder_write_read to use size_t This change mirrors the userspace operation where struct binder_write_read members that specify the buffer size and consumed size are size_t elements. The patch also fixes the binder_thread_write() and binder_thread_read() functions prototypes to conform with the definition of binder_write_read. The changes do not affect existing 32bit ABI. Signed-off-by: Serban Constantinescu Acked-by: Arve Hjønnevåg Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed