[AUTOCHK]
[reactos.git] / reactos / base / system / autochk / autochk.c
index 05cc85d..bf1ef83 100644 (file)
@@ -271,6 +271,14 @@ LoadProvider(
     {
       RtlInitUnicodeString(&ProviderDll, L"uext2.dll");
     }
+    else if (wcscmp(FileSystem, L"Btrfs") == 0)
+    {
+      RtlInitUnicodeString(&ProviderDll, L"ubtrfs.dll");
+    }
+    else if (wcscmp(FileSystem, L"RFSD") == 0)
+    {
+      RtlInitUnicodeString(&ProviderDll, L"ureiserfs.dll");
+    }
     else
     {
       return NULL;