mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 19:03:00 +00:00
- Fix build.
svn path=/trunk/; revision=31738
This commit is contained in:
parent
2fe5326868
commit
daea1a27a5
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ NTSTATUS NTAPI VfatBuildRequest (
|
||||||
{
|
{
|
||||||
if (KeGetCurrentIrql() > PASSIVE_LEVEL)
|
if (KeGetCurrentIrql() > PASSIVE_LEVEL)
|
||||||
{
|
{
|
||||||
DPRINT1("Vfat is entered at irql = %d\n", Irql);
|
DPRINT1("Vfat is entered at irql = %d\n", KeGetCurrentIrql());
|
||||||
}
|
}
|
||||||
|
|
||||||
FsRtlEnterFileSystem();
|
FsRtlEnterFileSystem();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue