]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/OSD: do not include MPGStatsAck.h
authorKefu Chai <kchai@redhat.com>
Sat, 1 Aug 2020 10:04:01 +0000 (18:04 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 1 Aug 2020 10:04:02 +0000 (18:04 +0800)
pg_stat report and ack machinery was removed in
528736bed3a6adffa37d0bad6a0e1bedb55db931, and we don't generate or handle
MPGStatsAck anymore since mimic. so remove it.

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/osd/OSD.cc

index d9889daf695abb76eebc0ac9dca22cceb306fef1..67dd7dc431400574b94846cc34be12a4e83a5c45 100644 (file)
 #include "messages/MCommandReply.h"
 
 #include "messages/MPGStats.h"
-#include "messages/MPGStatsAck.h"
 
 #include "messages/MWatchNotify.h"
 #include "messages/MOSDPGPush.h"