[CDFS] Attempt to a switch to the MS CDFS driver.
authorPierre Schweitzer <pierre@reactos.org>
Sat, 18 Nov 2017 17:32:36 +0000 (18:32 +0100)
committerPierre Schweitzer <pierre@reactos.org>
Sat, 18 Nov 2017 17:32:36 +0000 (18:32 +0100)
To be reverted if it brings in too many regressions, even though I tried to do my best to address them.

Leaving the old driver in place, for now; if no regressions are reported regarding CDFS in 0.4.8, then old driver could be dropped for 0.4.9.

drivers/filesystems/CMakeLists.txt

index 7485d43..24937d7 100644 (file)
@@ -1,6 +1,6 @@
 
 add_subdirectory(btrfs)
 
 add_subdirectory(btrfs)
-add_subdirectory(cdfs)
+add_subdirectory(cdfs_new)
 add_subdirectory(ext2)
 add_subdirectory(fastfat)
 add_subdirectory(ffs)
 add_subdirectory(ext2)
 add_subdirectory(fastfat)
 add_subdirectory(ffs)