sparc: no need to sign-extend in sync_file_range() wrapper
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 2 Mar 2013 15:38:22 +0000 (10:38 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 4 Mar 2013 04:00:40 +0000 (23:00 -0500)
commit2ae80c43d480548dd32591664c93ef011ac34b21
tree6e701db31d1695d5a324bb2cf59b1fcfd199c63f
parent728ee06ca863eb05004aebcaf6f61905f545ef08
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 <viro@zeniv.linux.org.uk>
arch/sparc/kernel/sys32.S
arch/sparc/kernel/sys_sparc32.c