summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Just <samuel.just@dreamhost.com>2012-04-26 15:38:42 -0700
committerSamuel Just <samuel.just@dreamhost.com>2012-04-26 15:38:42 -0700
commit7fe45fd65dcf30370a36d32af88751a7f152fb9e (patch)
tree582f3aa11be22935fe7789ad7e2a832588c76d5b
parent9579365720818125a4b15741ae65e58948b9c69f (diff)
downloadceph-7fe45fd65dcf30370a36d32af88751a7f152fb9e.tar.gz
Revert "PG: whitelist MNotifyRec in started"
This reverts commit 9579365720818125a4b15741ae65e58948b9c69f.
-rw-r--r--src/osd/PG.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/osd/PG.h b/src/osd/PG.h
index ef37cb87314..70466db5a4a 100644
--- a/src/osd/PG.h
+++ b/src/osd/PG.h
@@ -1018,10 +1018,8 @@ public:
typedef boost::mpl::list <
boost::statechart::custom_reaction< QueryState >,
boost::statechart::custom_reaction< AdvMap >,
- boost::statechart::custom_reaction< MNotifyRec >,
boost::statechart::transition< boost::statechart::event_base, Crashed >
> reactions;
- boost::statechart::result react(const MNotifyRec&) { return discard_event(); }
boost::statechart::result react(const QueryState& q);
boost::statechart::result react(const AdvMap&);
};