diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2020-07-12 06:51:04 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2020-08-20 22:45:15 +0300 |
commit | 99a2c96d52d312b11a943372964226fa134de3b1 (patch) | |
tree | a3d63171689e7c7eaaeb5f617cd047f6743dc0e3 /arch/x86/um/asm | |
parent | cc44c17baf7f3f833d36b2f2a1edb1cc0b6f2cc4 (diff) | |
download | linux-99a2c96d52d312b11a943372964226fa134de3b1.tar.xz |
csum_and_copy_..._user(): pass 0xffffffff instead of 0 as initial sum
Preparation for the change of calling conventions; right now all
callers pass 0 as initial sum. Passing 0xffffffff instead yields
the values comparable mod 0xffff and guarantees that 0 will not
be returned on success.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/x86/um/asm')
0 files changed, 0 insertions, 0 deletions