- Start deprecating TAG()
[reactos.git] / reactos / drivers / filesystems / ntfs / dispatch.c
index d62a5f6..1c00ea0 100644 (file)
@@ -82,7 +82,7 @@ NtfsFsdDispatch(PDEVICE_OBJECT DeviceObject,
   IoCompleteRequest(Irp, IO_NO_INCREMENT);
        
        if (IrpContext)
-    ExFreePoolWithTag(IrpContext, TAG('N', 'I', 'R', 'P'));
+    ExFreePoolWithTag(IrpContext, 'PRIN');
        
   IoSetTopLevelIrp(NULL);
   FsRtlExitFileSystem();