mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-27 11:53:32 +00:00
afaa63a42c8a64af4a6f63ae91a06f72c4dbe550
Some fixes and missing implementations in RawFS: - Remove some magic values for VCB state - Add a local VPB in our VCB. This will allow diverting the IO VPB with ours in case of dismount (and thus, will fix dismount) - Implement support for said VPB in both RawCheckForDismount() and RawInitializeVcb() - Now, dismount is handled in RawCheckForDismount() directly, and not in functions calling it - Handle streams in RawClose - Handle VCB being dismounted in RawCreate() - Handle dismount also in RawCleanup() (not only in RawClose()) This fixes volume locking and dismounting in RawFS. And thus, allows FS swap in case of raw volume formating in first stage :-). More to follow! svn path=/trunk/; revision=65141
Description
A free Windows-compatible Operating System
528 MiB
Languages
C
86.9%
C++
10.7%
Python
0.7%
Assembly
0.5%
CMake
0.5%
Other
0.4%