summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_sal.cc
diff options
context:
space:
mode:
authorDaniel Gryniewicz <dang@redhat.com>2023-05-05 19:09:07 +0200
committerDaniel Gryniewicz <dang@redhat.com>2023-05-05 19:09:07 +0200
commit6565e58aacb5358f3c2c4ef37bf80003e1f45d0f (patch)
tree2c766ef069fb5b78e2072c398c36ebf9b51a7712 /src/rgw/rgw_sal.cc
parentRGW - Make MOTR build (diff)
downloadceph-6565e58aacb5358f3c2c4ef37bf80003e1f45d0f.tar.xz
ceph-6565e58aacb5358f3c2c4ef37bf80003e1f45d0f.zip
RGW - Move DAOS and MOTR to proper locations
Signed-off-by: Daniel Gryniewicz <dang@redhat.com>
Diffstat (limited to 'src/rgw/rgw_sal.cc')
-rw-r--r--src/rgw/rgw_sal.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rgw/rgw_sal.cc b/src/rgw/rgw_sal.cc
index b69628911c1..009eb34e736 100644
--- a/src/rgw/rgw_sal.cc
+++ b/src/rgw/rgw_sal.cc
@@ -33,11 +33,11 @@
#endif
#ifdef WITH_RADOSGW_MOTR
-#include "rgw_sal_motr.h"
+#include "driver/motr/rgw_sal_motr.h"
#endif
#ifdef WITH_RADOSGW_DAOS
-#include "rgw_sal_daos.h"
+#include "driver/daos/rgw_sal_daos.h"
#endif
#define dout_subsys ceph_subsys_rgw