From c7d802d432b94f7f6bc97509ff0a56d7afd277f6 Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 14 Apr 2016 18:10:24 -0700 Subject: [PATCH] doc: winfs-design.adoc --- doc/winfsp-design.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/winfsp-design.adoc b/doc/winfsp-design.adoc index a37dc02a..911a6bc5 100644 --- a/doc/winfsp-design.adoc +++ b/doc/winfsp-design.adoc @@ -17,7 +17,7 @@ Some of the benefits and features of using WinFsp are listed below: * Allows for easy development of file systems in user mode. There are no restrictions on what a process can do in order to implement a file system (other than respond in a timely manner to file system requests). * Support for disk and network based file systems. * Support for NTFS level security and access control. -* Support for cached files and the NT cache manager. +* Support for memory mapped files, cached files and the NT cache manager. * Support for file change notifications. * Support for file locking. * Correct NT semantics with respect to file sharing, file deletion and renaming.