common/map_cacher.hpp: assert(0) -> ceph_abort()

Signed-off-by: Li Wang <li.wang@kylin-cloud.com>
This commit is contained in:
Li Wang 2016-12-06 08:28:18 +00:00
parent 71ef0cbd8e
commit ac2cc22728

View File

@ -126,7 +126,7 @@ public:
return 0;
}
}
assert(0); // not reachable
ceph_abort(); // not reachable
return -EINVAL;
} ///< @return error value, 0 on success, -ENOENT if no more entries