Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
m---------doc/html8
m---------include/boost/afio/outcome0
-rw-r--r--include/boost/afio/revision.hpp6
m---------test/kerneltest0
-rw-r--r--test/tests/shared_fs_mutex.cpp2
5 files changed, 9 insertions, 7 deletions
diff --git a/doc/html b/doc/html
-Subproject a8bd7fba82cb78daa1f01c003cba667dcf0164f
+Subproject 02d9a6a86c675a0902e5320e98bef24dc3596e1
diff --git a/include/boost/afio/outcome b/include/boost/afio/outcome
-Subproject e28beaa7afacd34ce2f183283be3808f50c976c
+Subproject ac242bb745aee5d31ff689c6353ef28d9e9272b
diff --git a/include/boost/afio/revision.hpp b/include/boost/afio/revision.hpp
index 60f13ac9..a41bed4d 100644
--- a/include/boost/afio/revision.hpp
+++ b/include/boost/afio/revision.hpp
@@ -1,4 +1,4 @@
// Note the second line of this file must ALWAYS be the git SHA, third line ALWAYS the git SHA update time
-#define BOOST_AFIO_PREVIOUS_COMMIT_REF 1b61cb9a108c329974c96f33c3c06de232428528
-#define BOOST_AFIO_PREVIOUS_COMMIT_DATE "2017-04-10 21:06:38 +00:00"
-#define BOOST_AFIO_PREVIOUS_COMMIT_UNIQUE 1b61cb9a
+#define BOOST_AFIO_PREVIOUS_COMMIT_REF 8273a9a9e05bb9be7b3dc438860d2d96d37bd97a
+#define BOOST_AFIO_PREVIOUS_COMMIT_DATE "2017-04-10 22:08:41 +00:00"
+#define BOOST_AFIO_PREVIOUS_COMMIT_UNIQUE 8273a9a9
diff --git a/test/kerneltest b/test/kerneltest
-Subproject 199491fd497a53207b465fdef55b9a4bc4b1571
+Subproject e299d28b36611f54c69f9bd5da4a4bf18eaf3dd
diff --git a/test/tests/shared_fs_mutex.cpp b/test/tests/shared_fs_mutex.cpp
index cfb1731a..b38936fb 100644
--- a/test/tests/shared_fs_mutex.cpp
+++ b/test/tests/shared_fs_mutex.cpp
@@ -500,7 +500,9 @@ static void TestMemoryMapFallback()
auto lk = afio::algorithm::shared_fs_mutex::memory_map<>::fs_mutex_map("lockfile", &fblk);
BOOST_CHECK(lk.has_error());
if(lk.has_error())
+ {
BOOST_CHECK(lk.get_error().value() == EBUSY);
+ }
{
auto fblkh = fblk.lock(afio::algorithm::shared_fs_mutex::shared_fs_mutex::entity_type(0, false)).get();
long oldval = ++shmem->current_shared;