]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
osd/osd: do not init OSDOp::rval explicitly
authorKefu Chai <tchaikov@gmail.com>
Wed, 3 Aug 2022 02:37:36 +0000 (10:37 +0800)
committerKefu Chai <tchaikov@gmail.com>
Thu, 4 Aug 2022 13:33:51 +0000 (21:33 +0800)
commit4bbc8cc2d3c83972c3824ba65242266e41fcc8ad
tree5b3eab2f749e8ee420ee964039f7f4ff4a3c6b70
parentc1062a0df2884275eb593dbee211e649331198eb
osd/osd: do not init OSDOp::rval explicitly

errorcode32_t's ctor can take care of this. it sets the internal value
to 0.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
src/osd/osd_types.h