Hi,
I have a disk lower filter driver (called MyDriver).
Sometimes (rarely), the system reaches a state, where I have the following
filter stack (from DeviceTree):
\Driver\atapi
\Device\Ide\IdeDeviceP1T0L0-c
\Device\00000028
==> \Attached: (unnamed) \Driver\MyDriver (1)
==> \Attached: (unnamed) \Driver\MyDriver (2)
\Device\Harddisk1\DR13
\Attached: (unnamed) \Driver\PartMgr
\Attached: (unnamed) \Driver\Diskperf
The difference between the two devices of MyDriver is that MyDriver (1) has
the flag REMOVE_PENDING set.
The disk on which I get a duplicated device is a simple IDE, so there
shouldn’t be any disk removal.
Any ideas ?
Regards,
Dror.