mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[FASTFAT] Revert bd1e7bf
: our VPB swapout implementation in FastFAT is buggy and
leaves volumes in half-(dis)mounted state and thus they get remounted while not completely dismounted. This can lead to major breakage and data corruption. This requires deeper fixes (let's just drop that driver!). CORE-14124 CORE-14126 CORE-14133
This commit is contained in:
parent
fc5a61d8b7
commit
453e42beb5
1 changed files with 4 additions and 0 deletions
|
@ -13,7 +13,11 @@
|
|||
#endif
|
||||
|
||||
#define USE_ROS_CC_AND_FS
|
||||
#if 0
|
||||
#ifndef _MSC_VER
|
||||
#define ENABLE_SWAPOUT
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#define ROUND_DOWN(n, align) \
|
||||
(((ULONG)n) & ~((align) - 1l))
|
||||
|
|
Loading…
Reference in a new issue