Author: pschweitzer Date: Sat Mar 5 10:24:16 2016 New Revision: 70935
URL: http://svn.reactos.org/svn/reactos?rev=70935&view=rev Log: [AUTOCHK] Add support for the Btrfs file system
CORE-10892
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... ============================================================================== --- trunk/reactos/base/system/autochk/autochk.c [iso-8859-1] (original) +++ trunk/reactos/base/system/autochk/autochk.c [iso-8859-1] Sat Mar 5 10:24:16 2016 @@ -271,6 +271,10 @@ { RtlInitUnicodeString(&ProviderDll, L"uext2.dll"); } + else if (wcscmp(FileSystem, L"Btrfs") == 0) + { + RtlInitUnicodeString(&ProviderDll, L"ubtrfs.dll"); + } else { return NULL;