mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
f527e23aa7
CORE-15334 CORE-15339 The BTRFS driver requires the volume to be locked in order to modify the first sectors of the partition, even though they are outside the file-system space / in the reserved area (they are situated before the super-block at 0x1000) and is in principle allowed by the NT storage stack. So we lock here in order to write the bootsector at sector 0. If locking fails, we ignore and continue nonetheless. See also the following links for reference: https://stackoverflow.com/a/12928934 https://docs.microsoft.com/en-us/windows/desktop/api/fileapi/nf-fileapi-writefile https://support.microsoft.com/en-us/help/942448/changes-to-the-file-system-and-to-the-storage-stack-to-restrict-direct |
||
---|---|---|
.. | ||
lib | ||
reactos | ||
setup | ||
usetup | ||
welcome | ||
CMakeLists.txt |