mirror of
https://github.com/ceph/ceph
synced 2025-01-19 01:21:49 +00:00
osd/PG: fix warning
Introduced by 4af49a8866
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
597a6a6481
commit
1e9452c2d6
@ -1936,6 +1936,7 @@ public:
|
||||
explicit NotRecovering(my_context ctx);
|
||||
boost::statechart::result react(const CancelRecovery& evt) {
|
||||
/* no-op */
|
||||
return discard_event();
|
||||
}
|
||||
void exit();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user