mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
mds: properly free CInode::ValidationContinuation
Signed-off-by: Yan, Zheng <zyan@redhat.com>
This commit is contained in:
parent
94bc0fb373
commit
5a9944d731
@ -3962,6 +3962,7 @@ void CInode::validate_disk_state(CInode::validated_data *results,
|
||||
} else if (fin) {
|
||||
fin->complete(get_rval());
|
||||
}
|
||||
delete this;
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user