Same comment as before, resources MUST be acquired within a critical region (as 
the old code did).

--
Best regards,
Alex Ionescu

On 2011-06-02, at 1:43 PM, pschweit...@svn.reactos.org wrote:

>     /* Acquire the FS lock */
> -    KeEnterCriticalRegion();
> -    ExAcquireResourceExclusiveLite(&FileSystemListLock, TRUE);
> +    ExAcquireResourceExclusiveLite(&IopDatabaseResource, TRUE);


_______________________________________________
Ros-dev mailing list
Ros-dev@reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to