Skip to content

Commit

Permalink
Merge 984df3b into 283c2e7
Browse files Browse the repository at this point in the history
  • Loading branch information
tchaikov committed Feb 27, 2015
2 parents 283c2e7 + 984df3b commit 7f96be5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/osd/OSD.h
Expand Up @@ -2079,7 +2079,9 @@ class OSD : public Dispatcher,
pg->put("SnapTrimWQ");
}
void _clear() {
osd->snap_trim_queue.clear();
while (PG *pg = _dequeue()) {
pg->put("SnapTrimWQ");
}
}
} snap_trim_wq;

Expand Down

0 comments on commit 7f96be5

Please sign in to comment.