- Stop using ObfXXX and IofXXX in C code. This is bad style. Always use the non-f...
[reactos.git] / reactos / ntoskrnl / fsrtl / pnp.c
index 270657d..92d32b3 100644 (file)
@@ -111,7 +111,7 @@ FsRtlNotifyVolumeEvent(IN PFILE_OBJECT FileObject,
 
         Status = STATUS_SUCCESS;
     }
-    ObfDereferenceObject(DeviceObject);
+    ObDereferenceObject(DeviceObject);
 
     return Status;
 }