ObQueryNameString reentrancy issue

Can somebody explain me how does ObQueryNameString causes reentrancy issue in a file sys filter drv.

…Mani

ObQueryNameString causes an IRP with IRP_MJ_QUERY_INFORMATION
(FileNameInformation) to be sent through the whole filter drivers stack.

L.