mirror of
https://github.com/ceph/ceph
synced 2025-01-11 05:29:51 +00:00
osd: fix indentation
Signed-off-by: lishuhao <lishuhao@unitedstack.com>
This commit is contained in:
parent
2e935df15c
commit
7b581ed9ad
@ -337,8 +337,8 @@ private:
|
||||
ceph_tid_t tid, Context *on_commit,
|
||||
OpRequestRef op, eversion_t v)
|
||||
: RefCountedObject(nullptr, 0),
|
||||
tid(tid), on_commit(on_commit),
|
||||
op(op), v(v) {}
|
||||
tid(tid), on_commit(on_commit),
|
||||
op(op), v(v) {}
|
||||
bool done() const {
|
||||
return waiting_for_commit.empty();
|
||||
}
|
||||
|
@ -4451,10 +4451,10 @@ public:
|
||||
if (e.prior_version == eversion_t() || e.is_clone()) {
|
||||
// new object.
|
||||
if (is_missing_divergent_item) { // use iterator
|
||||
rmissing.erase((missing_it->second).need.version);
|
||||
rmissing.erase((missing_it->second).need.version);
|
||||
// .have = nil
|
||||
missing_it->second = item(e.version, eversion_t(), e.is_delete());
|
||||
missing_it->second.clean_regions.mark_fully_dirty();
|
||||
missing_it->second = item(e.version, eversion_t(), e.is_delete());
|
||||
missing_it->second.clean_regions.mark_fully_dirty();
|
||||
} else {
|
||||
// create new element in missing map
|
||||
// .have = nil
|
||||
|
Loading…
Reference in New Issue
Block a user