Merge pull request #36593 from gregsfortytwo/wip-46914

mon: mark pgtemp messages as no_reply more consistenly in preprocess_…

Reviewed-by: Neha Ojha <nojha@redhat.com>
This commit is contained in:
Kefu Chai 2020-08-21 09:53:25 +08:00 committed by GitHub
commit 268cbe5bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4083,6 +4083,7 @@ bool OSDMonitor::preprocess_pgtemp(MonOpRequestRef op)
return true;
ignore:
mon->no_reply(op);
return true;
}