From: Pierre Schweitzer Date: Sat, 18 Nov 2017 17:32:36 +0000 (+0100) Subject: [CDFS] Attempt to a switch to the MS CDFS driver. X-Git-Tag: v0.4.7~48 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=ec6b3ecbe48ad51c366563196cc93a6ae74e8b69 [CDFS] Attempt to a switch to the MS CDFS driver. 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. --- diff --git a/drivers/filesystems/CMakeLists.txt b/drivers/filesystems/CMakeLists.txt index 7485d433b5a..24937d7f131 100644 --- a/drivers/filesystems/CMakeLists.txt +++ b/drivers/filesystems/CMakeLists.txt @@ -1,6 +1,6 @@ add_subdirectory(btrfs) -add_subdirectory(cdfs) +add_subdirectory(cdfs_new) add_subdirectory(ext2) add_subdirectory(fastfat) add_subdirectory(ffs)