mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[USETUP] Our current FAT ChkDsk being a bit slow when using the right path make
it only perform a full check if dirty bit is set (which should never happen *cough*). This is needed because otherwise, ReactOS installation takes forever when IopParseDevice is gone due to slow ChkDsk.
This commit is contained in:
@@ -77,7 +77,7 @@ ChkdskPartition(
|
||||
Status = FileSystem->ChkdskFunc(DriveRoot,
|
||||
TRUE, /* FixErrors */
|
||||
FALSE, /* Verbose */
|
||||
FALSE, /* CheckOnlyIfDirty */
|
||||
TRUE, /* CheckOnlyIfDirty */
|
||||
FALSE, /* ScanDrive */
|
||||
ChkdskCallback); /* Callback */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user