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)
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>

No differences found