commit | 2ae80c43d480548dd32591664c93ef011ac34b21 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Mar 02 10:38:22 2013 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Mar 03 23:00:40 2013 -0500 |
tree | 6e701db31d1695d5a324bb2cf59b1fcfd199c63f | |
parent | 728ee06ca863eb05004aebcaf6f61905f545ef08 [diff] |
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>