tst: ntptfs: WslFeatures

This commit is contained in:
Bill Zissimopoulos
2022-01-21 14:29:42 +00:00
parent 13810e94fc
commit f28902dd7b
3 changed files with 23 additions and 8 deletions

View File

@@ -124,6 +124,8 @@ static NTSTATUS SvcStart(FSP_SERVICE *Service, ULONG argc, PWSTR *argv)
FsAttributeMask |= PtfsExtendedAttributes;
else if (0 == _wcsicmp(L"FlushAndPurgeOnCleanup", OptionString))
FsAttributeMask |= PtfsFlushAndPurgeOnCleanup;
else if (0 == _wcsicmp(L"WslFeatures", OptionString))
FsAttributeMask |= PtfsWslFeatures;
else
goto usage;
break;
@@ -243,6 +245,7 @@ usage:
" -o ReparsePoints\n"
" -o NamedStreams\n"
" -o ExtendedAttributes\n"
" -o WslFeatures\n"
" -o FlushAndPurgeOnCleanup\n"
" -u \\Server\\Share [UNC prefix (single backslash)]\n"
" -p Directory [directory to expose as pass through file system]\n"