]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
crimson/osd/osd_operation.h: s/ceph_assert/assert/
authorKefu Chai <kchai@redhat.com>
Thu, 24 Oct 2019 03:57:09 +0000 (11:57 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 24 Oct 2019 04:23:17 +0000 (12:23 +0800)
commitacff723c32cac5f1b5189b21a3d283b7d3cdd22a
tree2297ab2b2b1573beaa71b1afe45da161d30f987d
parentd79325b07f69ba55809ea026afc985c9d718f6b4
crimson/osd/osd_operation.h: s/ceph_assert/assert/

so we don't need to include `include/ceph_assert.h` for it. and
presumably, `ceph_assert()` is for fail the application early when it is
not able to recover from a failure, while `assert()` is for debugging.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/osd/osd_operation.h