diff options
author | Daniel Gryniewicz <dang@redhat.com> | 2023-05-05 19:09:07 +0200 |
---|---|---|
committer | Daniel Gryniewicz <dang@redhat.com> | 2023-05-05 19:09:07 +0200 |
commit | 6565e58aacb5358f3c2c4ef37bf80003e1f45d0f (patch) | |
tree | 2c766ef069fb5b78e2072c398c36ebf9b51a7712 /src/rgw/rgw_sal.cc | |
parent | RGW - Make MOTR build (diff) | |
download | ceph-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.cc | 4 |
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 |