diff options
author | 2019-10-23 13:57:58 +0900 | |
---|---|---|
committer | 2019-11-07 14:53:50 -0700 | |
commit | e698a2378e70cac1d6f70e7f119968a0716f8566 (patch) | |
tree | 7de463a42243d44716e2fbbbad2962526878f57e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | selftests: vm: Build/Run 64bit tests only on 64bit arch (diff) | |
download | linux-dev-e698a2378e70cac1d6f70e7f119968a0716f8566.tar.xz linux-dev-e698a2378e70cac1d6f70e7f119968a0716f8566.zip |
selftests: net: Use size_t and ssize_t for counting file size
Use size_t and ssize_t correctly for counting send file size
instead of unsigned long and long, because long is 32bit on
32bit arch, which is not enough for counting long file size (>4GB).
Signed-off-by: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Eric Dumazet <edumazet@google.com>
Cc: David S. Miller <davem@davemloft.net>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions