[FASTFAT]

Move VfatInitFastIoRoutines to the INIT section

svn path=/trunk/; revision=69175
This commit is contained in:
Pierre Schweitzer 2015-09-10 21:35:15 +00:00
parent 5dd06ab375
commit 7584156a40

View file

@ -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)