From: Chen Yuanrun <114801934+chenyuanrun@users.noreply.github.com> Date: Thu, 25 May 2023 08:28:10 +0000 (+0000) Subject: tools/ceph-dencoder: Fix incorrect type define for trash_watcher X-Git-Tag: v18.1.1~49^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c40b7ba55f9fe0034d8ddf74f545ea073a7a2bfd;p=ceph.git tools/ceph-dencoder: Fix incorrect type define for trash_watcher Signed-off-by: Chen Yuanrun Fixes: https://tracker.ceph.com/issues/61368 (cherry picked from commit e10bcb6905b7e4da4b3a04307d3a2b546da6d5b1) --- diff --git a/src/tools/ceph-dencoder/rbd_types.h b/src/tools/ceph-dencoder/rbd_types.h index 6fb84dea66ba1..0f004e54ace40 100644 --- a/src/tools/ceph-dencoder/rbd_types.h +++ b/src/tools/ceph-dencoder/rbd_types.h @@ -6,7 +6,7 @@ TYPE(librbd::journal::TagData) #include "librbd/mirroring_watcher/Types.h" TYPE(librbd::mirroring_watcher::NotifyMessage) #include "librbd/trash_watcher/Types.h" -TYPE(librbd::mirroring_watcher::NotifyMessage) +TYPE(librbd::trash_watcher::NotifyMessage) #include "librbd/WatchNotifyTypes.h" TYPE_NOCOPY(librbd::watch_notify::NotifyMessage) TYPE(librbd::watch_notify::ResponseMessage)