]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd: Make projected_size in ECTransaction const
authorAlex Ainscow <aainscow@uk.ibm.com>
Thu, 24 Apr 2025 12:57:45 +0000 (13:57 +0100)
committerAlex Ainscow <aainscow@uk.ibm.com>
Tue, 1 Jul 2025 12:03:30 +0000 (13:03 +0100)
commit350f3a7a7a8511899adb52b499bc537e178acb0e
tree2fdf5db99f0f0dad14ab8ad015b1975f451574e2
parent54a06c97a279d842db0f8059ef991245c3350171
osd: Make projected_size in ECTransaction const

This does not need to change once set, so adapt constructor to
allow it to be const.

Signed-off-by: Alex Ainscow <aainscow@uk.ibm.com>
src/osd/ECTransaction.cc
src/osd/ECTransaction.h