summaryrefslogtreecommitdiff
path: root/src/mongo/dbtests
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2014-06-16 17:39:45 -0400
committerEliot Horowitz <eliot@10gen.com>2014-06-18 13:54:54 -0400
commite11156fe20421c0f09758cfc6355964159640616 (patch)
tree65b7149c2aebaaea3c27989499de52c8913d9a7f /src/mongo/dbtests
parentcce92a4d63103eb924a81088ad686bf4052a08b2 (diff)
downloadmongo-e11156fe20421c0f09758cfc6355964159640616.tar.gz
SERVER-13635: remove all non storage callers to flushAll
Diffstat (limited to 'src/mongo/dbtests')
-rw-r--r--src/mongo/dbtests/mmaptests.cpp2
-rw-r--r--src/mongo/dbtests/pdfiletests.cpp2
-rw-r--r--src/mongo/dbtests/perftests.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mongo/dbtests/mmaptests.cpp b/src/mongo/dbtests/mmaptests.cpp
index 33b26cfe4ac..9a9363aa451 100644
--- a/src/mongo/dbtests/mmaptests.cpp
+++ b/src/mongo/dbtests/mmaptests.cpp
@@ -32,7 +32,7 @@
#include <boost/filesystem/operations.hpp>
-#include "mongo/db/storage/durable_mapped_file.h"
+#include "mongo/db/storage/mmap_v1/durable_mapped_file.h"
#include "mongo/util/timer.h"
#include "mongo/dbtests/dbtests.h"
diff --git a/src/mongo/dbtests/pdfiletests.cpp b/src/mongo/dbtests/pdfiletests.cpp
index cfbd6f930cc..0db3cfc2052 100644
--- a/src/mongo/dbtests/pdfiletests.cpp
+++ b/src/mongo/dbtests/pdfiletests.cpp
@@ -36,7 +36,7 @@
#include "mongo/db/pdfile.h"
#include "mongo/db/ops/insert.h"
#include "mongo/db/catalog/collection.h"
-#include "mongo/db/storage/data_file.h"
+#include "mongo/db/storage/mmap_v1/data_file.h"
#include "mongo/db/storage/extent.h"
#include "mongo/db/storage/extent_manager.h"
#include "mongo/db/operation_context_impl.h"
diff --git a/src/mongo/dbtests/perftests.cpp b/src/mongo/dbtests/perftests.cpp
index b88269aff90..6a898659cd1 100644
--- a/src/mongo/dbtests/perftests.cpp
+++ b/src/mongo/dbtests/perftests.cpp
@@ -41,7 +41,7 @@
#include <fstream>
#include "mongo/db/db.h"
-#include "mongo/db/storage/durable_mapped_file.h"
+#include "mongo/db/storage/mmap_v1/durable_mapped_file.h"
#include "mongo/db/storage/mmap_v1/dur_stats.h"
#include "mongo/db/instance.h"
#include "mongo/db/json.h"