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