Hi guys,
Did anybody see this behavior in RDBSS based miniredirectors? Here is the trace of events that I see in my redirector:
- Open (existing) file foo.bar (no delete on close flag set)
- Call SetFileInfo -> DispositionInfo -> DeleteFile = 1 (so, it’s this kind of file deletion)
- Open file foo.bar again (no cleanup for the previous FO so file didn’t get deleted)
And I end up with two different FCBs for foo.bar. So, it seems like RDBSS “thinks” that foo.bar has been deleted (although there were no cleanup at all on any FOs for this file) and creates a new FCB for it.
Since this is such a basic thing I tend to think that this is me who somehow does something wrong. But I can’t even imagine what. Can anybody shed any light on that?