Author: pschweitzer
Date: Thu May 26 18:12:36 2016
New Revision: 71415

URL: http://svn.reactos.org/svn/reactos?rev=71415&view=rev
Log:
[AUTOCHK]
Add support for ReiserFS

CORE-11005

Modified:
    trunk/reactos/base/system/autochk/autochk.c

Modified: trunk/reactos/base/system/autochk/autochk.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/base/system/autochk/autochk.c?rev=71415&r1=71414&r2=71415&view=diff
==============================================================================
--- trunk/reactos/base/system/autochk/autochk.c [iso-8859-1] (original)
+++ trunk/reactos/base/system/autochk/autochk.c [iso-8859-1] Thu May 26 
18:12:36 2016
@@ -275,6 +275,10 @@
     {
       RtlInitUnicodeString(&ProviderDll, L"ubtrfs.dll");
     }
+    else if (wcscmp(FileSystem, L"RFSD") == 0)
+    {
+      RtlInitUnicodeString(&ProviderDll, L"ureiserfs.dll");
+    }
     else
     {
       return NULL;


Reply via email to