mirror of
https://github.com/ceph/ceph
synced 2025-01-03 17:42:36 +00:00
osd: drop redundant assert check
Signed-off-by: songweibin <song.weibin@zte.com.cn>
This commit is contained in:
parent
87ea7b8ae6
commit
0bfafc2db0
@ -3582,7 +3582,6 @@ void PG::update_snap_map(
|
||||
_snaps,
|
||||
&_t);
|
||||
} else if (i->is_modify()) {
|
||||
assert(i->is_modify());
|
||||
int r = snap_mapper.update_snaps(
|
||||
i->soid,
|
||||
_snaps,
|
||||
|
Loading…
Reference in New Issue
Block a user