IRP_MJ_Create will lead to other IRP_MJ_CREATE recursively?
for example,when FSD get an IRP_MJ_CLEANUP,it perhaps lead
to an IRP_MJ_WRITE recursively.My question is,when FSD get
an IRP_MJ_CREATE,it will lead to an IRP_MJ_CREATE(it can be
for other files)recursively?
for example,in NTFS Volumn,IRP_MJ_CREATE for C:\test.txt
will lead to an IRP_MJ_CREATE for C:\test.txt:XXXXXXXX$XXX,
or C:\logXXXXXX ?
please.thanks for your advice and description.thanks.