]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
librbd: fix typo in deep_copy::ObjectCopyRequest::compute_read_ops 27049/head
authorMykola Golub <mgolub@suse.com>
Tue, 19 Mar 2019 12:04:23 +0000 (12:04 +0000)
committerMykola Golub <mgolub@suse.com>
Tue, 19 Mar 2019 12:04:23 +0000 (12:04 +0000)
commit022705ae44a135f79f0e45dcfab7459e466de568
tree29b991d443fa48fd5998a119a3e2c2febb61628f
parent03c6e135c2e6d5890740a4949499808a457df4a5
librbd: fix typo in deep_copy::ObjectCopyRequest::compute_read_ops

The second arg for interval_set insert method is the inserting
interval lenth, while the end position was provided. It still
worked correctly, because the end position value is always larger
than the truncated length.

Signed-off-by: Mykola Golub <mgolub@suse.com>
src/librbd/deep_copy/ObjectCopyRequest.cc