Skip to content
Commit 2ae80c43 authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 728ee06c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment