From: Al Viro Date: Sat, 2 Mar 2013 15:38:22 +0000 (-0500) Subject: sparc: no need to sign-extend in sync_file_range() wrapper X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~87^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ae80c43d480548dd32591664c93ef011ac34b21;p=pandora-kernel.git sparc: no need to sign-extend in sync_file_range() wrapper the first argument will be sign-extended by sys_sync_file_range() SYSCALL_DEFINE-generate wrapper; the last argument is unsigned int, so the same wrapper will will truncate it anyway. Signed-off-by: Al Viro --- Reading git-diff-tree failed