mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 05:20:54 +00:00
[FASTFAT]
Move VfatInitFastIoRoutines to the INIT section svn path=/trunk/; revision=69175
This commit is contained in:
parent
5dd06ab375
commit
7584156a40
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,10 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#if defined(ALLOC_PRAGMA)
|
||||
#pragma alloc_text(INIT, VfatInitFastIoRoutines)
|
||||
#endif
|
||||
|
||||
static FAST_IO_CHECK_IF_POSSIBLE VfatFastIoCheckIfPossible;
|
||||
|
||||
static
|
||||
|
@ -779,6 +783,7 @@ VfatReleaseFromReadAhead(
|
|||
ExReleaseResourceLite(&(Fcb->MainResource));
|
||||
}
|
||||
|
||||
INIT_SECTION
|
||||
VOID
|
||||
VfatInitFastIoRoutines(
|
||||
PFAST_IO_DISPATCH FastIoDispatch)
|
||||
|
|
Loading…
Reference in a new issue