mirror of
https://github.com/winfsp/winfsp.git
synced 2025-09-13 04:38:30 -05:00
sys,dll,inc: implement new Delete design and POSIX semantics
This commit is contained in:
@@ -43,7 +43,8 @@ void *memfs_start_ex(ULONG Flags, ULONG FileInfoTimeout)
|
||||
Result = MemfsCreateFunnel(
|
||||
Flags |
|
||||
(OptCaseInsensitive ? MemfsCaseInsensitive : 0) |
|
||||
(OptFlushAndPurgeOnCleanup ? MemfsFlushAndPurgeOnCleanup : 0),
|
||||
(OptFlushAndPurgeOnCleanup ? MemfsFlushAndPurgeOnCleanup : 0) |
|
||||
(OptLegacyUnlinkRename ? MemfsLegacyUnlinkRename : 0),
|
||||
FileInfoTimeout,
|
||||
1024,
|
||||
1024 * 1024,
|
||||
|
Reference in New Issue
Block a user