[AUTOCHK]
authorPierre Schweitzer <pierre@reactos.org>
Sat, 5 Mar 2016 10:24:16 +0000 (10:24 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Sat, 5 Mar 2016 10:24:16 +0000 (10:24 +0000)
Add support for the Btrfs file system

CORE-10892

svn path=/trunk/; revision=70935

reactos/base/system/autochk/autochk.c

index 05cc85d..51ae67e 100644 (file)
@@ -271,6 +271,10 @@ LoadProvider(
     {
       RtlInitUnicodeString(&ProviderDll, L"uext2.dll");
     }
     {
       RtlInitUnicodeString(&ProviderDll, L"uext2.dll");
     }
+    else if (wcscmp(FileSystem, L"Btrfs") == 0)
+    {
+      RtlInitUnicodeString(&ProviderDll, L"ubtrfs.dll");
+    }
     else
     {
       return NULL;
     else
     {
       return NULL;