aboutsummaryrefslogtreecommitdiff
path: root/scripts/rustdoc_test_builder.rs
diff options
context:
space:
mode:
authorXiubo Li <[email protected]>2024-02-21 09:16:12 +0800
committerIlya Dryomov <[email protected]>2024-03-19 14:35:55 +0100
commit1065da21e5df9d843d2c5165d5d576be000142a6 (patch)
tree6891fa7179b89666368157e45e9d3a9ea2385852 /scripts/rustdoc_test_builder.rs
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 <[email protected]> Signed-off-by: Xiubo Li <[email protected]> Reviewed-by: Ilya Dryomov <[email protected]> Tested-by: Frank Hsiao <[email protected]> Signed-off-by: Ilya Dryomov <[email protected]>
Diffstat (limited to 'scripts/rustdoc_test_builder.rs')
0 files changed, 0 insertions, 0 deletions