mirror of
https://github.com/reactos/reactos.git
synced 2025-05-16 15:50:24 +00:00
[FASTFAT]
So far, totally disable VPB swapout on dismount. It appears to have brought more issues than it actually solves. A more accurate implementation will be required. CORE-8928 #comment Can you please retry with r65801 svn path=/trunk/; revision=65801
This commit is contained in:
parent
d34671697f
commit
cc116aa826
1 changed files with 2 additions and 0 deletions
|
@ -7,9 +7,11 @@
|
|||
#include <pseh/pseh2.h>
|
||||
|
||||
#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