From ab91b8089de776317fc5a49cc9fcdab930ca2fed Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 14 Mar 2014 13:23:01 -0700 Subject: [PATCH] mon/OSDMonitor: fix fall-thru case Signed-off-by: Sage Weil --- src/mon/OSDMonitor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc index c1426ea61772..5700514b0a97 100644 --- a/src/mon/OSDMonitor.cc +++ b/src/mon/OSDMonitor.cc @@ -5032,7 +5032,7 @@ bool OSDMonitor::prepare_pool_op(MPoolOp *m) _pool_op_reply(m, -ENOTSUP, osdmap.get_epoch()); return false; } - break; + /* fall-thru */ case POOL_OP_CREATE_UNMANAGED_SNAP: // but we will allow creating an unmanaged snapshot on any pool // as long as it is not in 'pool' snaps mode. -- 2.47.3