mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 19:21:38 +00:00
[REISERFS] Remove the ReiserFS driver
The upstream driver is not maintained and the file system itself
is in a semi-abandoned state.
Originally imported at e308102f4a
The driver is written by Mark W Piper, updated by Bo Brantén.
ReactOS porting made by Peter Hater and Pierre Schweitzer.
Follow updates at http://www.acc.umu.se/~bosse/
FS Recognizer code is left to keep the FS support as an
installable driver.
CORE-11005
This commit is contained in:
parent
99ba98468f
commit
2e2190df57
120 changed files with 3 additions and 83333 deletions
|
@ -1,6 +1,6 @@
|
|||
|
||||
add_executable(autochk WIN32 autochk.c autochk.rc)
|
||||
set_module_type(autochk nativecui)
|
||||
target_link_libraries(autochk nt vfatlib vfatxlib ntfslib btrfslib ext2lib ffslib reiserfslib cdfslib)
|
||||
target_link_libraries(autochk nt vfatlib vfatxlib ntfslib btrfslib ext2lib ffslib cdfslib)
|
||||
add_importlibs(autochk ntdll)
|
||||
add_cd_file(TARGET autochk DESTINATION reactos/system32 FOR all)
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
#include <fslib/btrfslib.h>
|
||||
#include <fslib/ext2lib.h>
|
||||
#include <fslib/ffslib.h>
|
||||
#include <fslib/reiserfslib.h>
|
||||
#include <fslib/cdfslib.h>
|
||||
|
||||
#define NDEBUG
|
||||
|
@ -57,7 +56,6 @@ FILESYSTEM_CHKDSK FileSystems[] =
|
|||
{ L"EXT3", Ext2Chkdsk },
|
||||
{ L"EXT4", Ext2Chkdsk },
|
||||
{ L"FFS", FfsChkdsk },
|
||||
{ L"RFSD", ReiserfsChkdsk },
|
||||
{ L"CDFS", CdfsChkdsk },
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue