Author: pschweitzer Date: Mon Dec 22 23:00:22 2014 New Revision: 65801
URL: http://svn.reactos.org/svn/reactos?rev=65801&view=rev Log: [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
Modified: trunk/reactos/drivers/filesystems/fastfat/vfat.h
Modified: trunk/reactos/drivers/filesystems/fastfat/vfat.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fastfat... ============================================================================== --- trunk/reactos/drivers/filesystems/fastfat/vfat.h [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/fastfat/vfat.h [iso-8859-1] Mon Dec 22 23:00:22 2014 @@ -7,8 +7,10 @@ #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) \