Skip to content

Commit 41ff239

Browse files
Juanlu Herrerometa-codesync[bot]
authored andcommitted
Migrate io_uring from experimental to folly/io/async
Summary: Migrate all consumers of folly/experimental/io:io_uring to use folly/io/async:io_uring directly, preparing for removal of the experimental shim. Reviewed By: alikhtarov Differential Revision: D93109773 fbshipit-source-id: 8c7a4d7b1fa7c2ecb78bb309085f36aa3a389e95
1 parent 43672f1 commit 41ff239

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cachelib/navy/common/Device.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
#include <folly/ThreadLocal.h>
2323
#include <folly/container/Reserve.h>
2424
#include <folly/experimental/io/AsyncIO.h>
25-
#include <folly/experimental/io/IoUring.h>
2625
#include <folly/fibers/TimedMutex.h>
2726
#include <folly/io/async/EventBase.h>
2827
#include <folly/io/async/EventBaseManager.h>
2928
#include <folly/io/async/EventHandler.h>
29+
#include <folly/io/async/IoUring.h>
3030

3131
#include <chrono>
3232
#include <cstring>

cachelib/navy/common/FdpNvme.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
#include <folly/File.h>
2020
#include <folly/Utility.h>
2121
#include <folly/experimental/io/AsyncBase.h>
22-
#include <folly/experimental/io/IoUring.h>
22+
#include <folly/io/async/IoUring.h>
2323

2424
#include "cachelib/navy/common/Buffer.h"
2525
#include "cachelib/navy/common/Device.h"

cachelib/navy/common/tests/DeviceTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <folly/File.h>
1818
#include <folly/Random.h>
1919
#include <folly/ScopeGuard.h>
20-
#include <folly/experimental/io/IoUring.h>
20+
#include <folly/io/async/IoUring.h>
2121
#include <gmock/gmock.h>
2222
#include <gtest/gtest.h>
2323

0 commit comments

Comments
 (0)