diff options
author | 2012-05-28 18:06:51 -0400 | |
---|---|---|
committer | 2012-05-28 18:06:51 -0400 | |
commit | 8563000d3bf3ccfccce335c092a7c43078be8ffd (patch) | |
tree | 393a35a5504527f0e98e8c82cbac259fd886c766 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | ext4: fix format flag in ext4_ext_binsearch_idx() (diff) | |
download | linux-dev-8563000d3bf3ccfccce335c092a7c43078be8ffd.tar.xz linux-dev-8563000d3bf3ccfccce335c092a7c43078be8ffd.zip |
ext4: use consistent ssize_t type in ext4_file_write()
The generic_file_aio_write() function returns ssize_t, and
ext4_file_write() returns a ssize_t, so use a ssize_t to collect the
return value from generic_file_aio_write(). It shouldn't matter since
the VFS read/write paths shouldn't allow a read greater than MAX_INT,
but there was previously a bug in the AIO code paths, and it's best if
we use a consistent type so that the return value from
generic_file_aio_write() can't get truncated.
Reported-by: Jouni Siren <jouni.siren@iki.fi>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Zheng Liu <wenqing.lz@taobao.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions