aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sctop.py
diff options
context:
space:
mode:
authorXiubo Li <xiubli@redhat.com>2024-02-21 09:16:12 +0800
committerIlya Dryomov <idryomov@gmail.com>2024-03-19 14:35:55 +0100
commit1065da21e5df9d843d2c5165d5d576be000142a6 (patch)
tree6891fa7179b89666368157e45e9d3a9ea2385852 /tools/perf/scripts/python/sctop.py
parenta8922f79671f0e81c6e4fe8d2fc6cae0cd32cd7a (diff)
ceph: stop copying to iter at EOF on sync reads
If EOF is encountered, ceph_sync_read() return value is adjusted down according to i_size, but the "to" iter is advanced by the actual number of bytes read. Then, when retrying, the remainder of the range may be skipped incorrectly. Ensure that the "to" iter is advanced only until EOF. [ idryomov: changelog ] Fixes: c3d8e0b5de48 ("ceph: return the real size read when it hits EOF") Reported-by: Frank Hsiao <frankhsiao@qnap.com> Signed-off-by: Xiubo Li <xiubli@redhat.com> Reviewed-by: Ilya Dryomov <idryomov@gmail.com> Tested-by: Frank Hsiao <frankhsiao@qnap.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
Diffstat (limited to 'tools/perf/scripts/python/sctop.py')
0 files changed, 0 insertions, 0 deletions