1
0
mirror of https://github.com/ceph/ceph synced 2025-02-25 20:13:04 +00:00

osd/ReplicatedPG: UNDIRTY is not a user_modify

Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2013-12-07 15:20:08 -08:00
parent 4a29b22e2b
commit 654d8c3334

View File

@ -2481,6 +2481,7 @@ int ReplicatedPG::do_osd_ops(OpContext *ctx, vector<OSDOp>& ops)
switch (op.op) {
// non user-visible modifications
case CEPH_OSD_OP_WATCH:
case CEPH_OSD_OP_UNDIRTY:
break;
default:
if (op.op & CEPH_OSD_OP_MODE_WR)