From ac5ed1c2386eb1197505706a58ddb6e2157a7bd1 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Sat, 28 Jul 2018 20:40:33 -0700 Subject: [PATCH] update FAQ --- doc/Frequently-Asked-Questions.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Frequently-Asked-Questions.asciidoc b/doc/Frequently-Asked-Questions.asciidoc index 0edeb6c6..23fa3b8a 100644 --- a/doc/Frequently-Asked-Questions.asciidoc +++ b/doc/Frequently-Asked-Questions.asciidoc @@ -65,4 +65,6 @@ With this in mind here are the reasons for the current WinFsp-FUSE behavior: WinFsp-FUSE does not have the ability to support multiple file systems from within the same process. Why?:: - This is supported as of WinFsp 2018.2 B2. Prior versions of WinFsp-FUSE did not have this capability. + This is supported as of WinFsp 2018.2 B2. ++ +The core WinFsp layer always supported multiple file systems in the same process either simultaneously or one after another. However this was not the case with WinFsp-FUSE (i.e. the FUSE layer of WinFsp) prior to version 2018.2 B2. This limitation has been rectified as of WinFsp 2018 B2. \ No newline at end of file