redirecting

hi All,

I have a filter that do redirection. to do this I use STATUS_REPARSE and
it works fine, except when I redirect an IRP_MJ_CREATE from DFS :

if the file is on a DFS link, and if the DFS link has many targets, DFS
switchs sometime (often) from the active target to another. my filter do
many other things, but after searching and trying to debug it appears
that the STATUS_REPARSE must have caused this defect.

I wondered why ? interaction with DFS ?

Thanks