reactos/ntoskrnl/io
Pierre Schweitzer cf25432eed
[NTOSKRNL] Don't lock file object on close if we're not called by Ob
IopCloseFile can be called by IopDeleteFile. In that situation, it
doesn't set any process as first parameter. Furthermore, we are in a
situation where it's not required to lock the file object (see the
assert before the call).
2018-09-29 16:25:58 +02:00
..
iomgr [NTOSKRNL] Don't lock file object on close if we're not called by Ob 2018-09-29 16:25:58 +02:00
pnpmgr [NTOSKRNL] IoGetDeviceProperty: Add support for the DevicePropertyRemovalPolicy property. 2018-09-22 11:22:22 +02:00