- Update to r53061
[reactos.git] / drivers / filesystems / ntfs / dirctl.c
index 16f2ccd..abe9df3 100644 (file)
@@ -715,7 +715,7 @@ NtfsFsdDirectoryControl(PDEVICE_OBJECT DeviceObject,
   IoCompleteRequest(Irp, IO_NO_INCREMENT);
   
   if (IrpContext)
-    ExFreePoolWithTag(IrpContext, TAG('N', 'I', 'R', 'P'));
+    ExFreePoolWithTag(IrpContext, 'PRIN');
   
   IoSetTopLevelIrp(NULL);
   FsRtlExitFileSystem();