https://git.reactos.org/?p=reactos.git;a=commitdiff;h=ec6b3ecbe48ad51c366563196cc93a6ae74e8b69

commit ec6b3ecbe48ad51c366563196cc93a6ae74e8b69
Author: Pierre Schweitzer <pie...@reactos.org>
AuthorDate: Sat Nov 18 18:32:36 2017 +0100

    [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.
---
 drivers/filesystems/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/filesystems/CMakeLists.txt 
b/drivers/filesystems/CMakeLists.txt
index 7485d433b5..24937d7f13 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)

Reply via email to