git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
728ee06
)
sparc: no need to sign-extend in sync_file_range() wrapper
author
Al Viro
<viro@zeniv.linux.org.uk>
Sat, 2 Mar 2013 15:38:22 +0000
(10:38 -0500)
committer
Al 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