]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: switch to use ceph_assert() instead of assert()
authorXiubo Li <xiubli@redhat.com>
Thu, 29 Jul 2021 08:39:52 +0000 (16:39 +0800)
committerXiubo Li <xiubli@redhat.com>
Wed, 11 Aug 2021 02:17:19 +0000 (10:17 +0800)
commitcf9d48ab7f32f9a4f17366cf3abf61d18e3984cd
treeaaa667081481851a579665952b345418ea7c040d
parent5bb9f33c9158b61a0561db2be07272a83e43af6f
mds: switch to use ceph_assert() instead of assert()

If the -DNDEBUG was specified when build the code, the assert()
will do nothing.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/mds/CDir.cc
src/mds/MDCache.cc
src/mds/MDLog.cc
src/mds/MDSDaemon.cc
src/mds/MDSRank.cc
src/mds/Migrator.cc
src/mds/Server.cc
src/mds/journal.cc