mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[MOUNTMGR] Move the driver to drivers/storage
Effectively mountmgr.sys is an essential part of the storage stack
This commit is contained in:
+1
-1
@@ -185,7 +185,7 @@
|
||||
# Mount Point Manager
|
||||
# M: HeisSpiter, Heis Spiter, Pierre Schweitzer
|
||||
# S: Maintained
|
||||
/drivers/filters/mountmgr/ @HeisSpiter
|
||||
/drivers/storage/mountmgr/ @HeisSpiter
|
||||
|
||||
# Network Drivers
|
||||
# M:
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
add_subdirectory(fltmgr)
|
||||
add_subdirectory(mountmgr)
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
add_subdirectory(class)
|
||||
add_subdirectory(floppy)
|
||||
add_subdirectory(ide)
|
||||
add_subdirectory(mountmgr)
|
||||
add_subdirectory(port)
|
||||
|
||||
Reference in New Issue
Block a user