]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tools/ceph-dencoder: Fix incorrect type define for trash_watcher 51779/head
authorChen Yuanrun <114801934+chenyuanrun@users.noreply.github.com>
Thu, 25 May 2023 08:28:10 +0000 (08:28 +0000)
committerIlya Dryomov <idryomov@gmail.com>
Fri, 26 May 2023 11:26:49 +0000 (13:26 +0200)
Signed-off-by: Chen Yuanrun <chen-yuanrun@foxmail.com>
Fixes: https://tracker.ceph.com/issues/61368
(cherry picked from commit e10bcb6905b7e4da4b3a04307d3a2b546da6d5b1)

src/tools/ceph-dencoder/rbd_types.h

index 6fb84dea66ba121008101582643907650557daf6..0f004e54ace40ec45bb79dd0278cb418c35ee498 100644 (file)
@@ -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)