From 5ff7104a1696494c38d80369bd9cda20bcbe973a Mon Sep 17 00:00:00 2001 From: Geert Bosch Date: Fri, 15 May 2015 14:44:03 -0400 Subject: SERVER-18171: Rename awaitCommit to waitUntilDurable --- src/mongo/db/storage/storage_engine.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/mongo/db/storage/storage_engine.h') diff --git a/src/mongo/db/storage/storage_engine.h b/src/mongo/db/storage/storage_engine.h index 5825b495a04..85008da0f5c 100644 --- a/src/mongo/db/storage/storage_engine.h +++ b/src/mongo/db/storage/storage_engine.h @@ -163,8 +163,7 @@ namespace mongo { virtual bool supportsDocLocking() const = 0; /** - * Returns if the engine supports a journalling concept. - * This controls whether awaitCommit gets called or fsync to ensure data is on disk. + * Returns whether the engine supports a journalling concept or not. */ virtual bool isDurable() const = 0; -- cgit v1.2.1