mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:22:22 +00:00
[OOPS] That was not meant to be pushed/commited
This commit is contained in:
parent
d2c71d761e
commit
6295cc506e
5 changed files with 3 additions and 40 deletions
|
@ -904,7 +904,7 @@ NtfsUserFsRequest(PDEVICE_OBJECT DeviceObject,
|
|||
PIO_STACK_LOCATION Stack;
|
||||
PDEVICE_EXTENSION DeviceExt;
|
||||
|
||||
DPRINT("NtfsUserFsRequest(%p, %p)\n", DeviceObject, Irp);
|
||||
DPRINT1("NtfsUserFsRequest(%p, %p)\n", DeviceObject, Irp);
|
||||
|
||||
Stack = IoGetCurrentIrpStackLocation(Irp);
|
||||
DeviceExt = DeviceObject->DeviceExtension;
|
||||
|
@ -966,7 +966,7 @@ NtfsFileSystemControl(PNTFS_IRP_CONTEXT IrpContext)
|
|||
PIRP Irp;
|
||||
PDEVICE_OBJECT DeviceObject;
|
||||
|
||||
DPRINT("NtfsFileSystemControl() called\n");
|
||||
DPRINT1("NtfsFileSystemControl() called\n");
|
||||
|
||||
DeviceObject = IrpContext->DeviceObject;
|
||||
Irp = IrpContext->Irp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue