Hello all,
i have some problem with NtFlushBuffersFile(). I should call it in virtual FS driver. Only one reference I have found - in ntdll.dll, but driver can’t load user dll in KM. So there is BSOD during driver initialization.
P.S. maybe someone know how to flush NTFS buffers before unmounting drive other than NtFlushBuffersFile()
Best regards,
Alexander mailto:xxxxx@StrongDisk.com
Assemble the flush IRP manually and call IoCallDriver instead of using undocumented functions.
Max
----- Original Message -----
From: Alexander Bilichenko
To: File Systems Developers
Sent: Thursday, April 11, 2002 3:05 PM
Subject: [ntfsd] NtFlushBuffersFile() problems
Hello all,
i have some problem with NtFlushBuffersFile(). I should call it in virtual FS driver. Only one reference I have found - in ntdll.dll, but driver can’t load user dll in KM. So there is BSOD during driver initialization.
P.S. maybe someone know how to flush NTFS buffers before unmounting drive other than NtFlushBuffersFile()
Best regards,
Alexander mailto:xxxxx@StrongDisk.com
You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
To unsubscribe send a blank email to %%email.unsub%%