[ros-diffs] [arty] 44272: Missed FsRtlExitFileSystem.

arty at svn.reactos.org arty at svn.reactos.org
Mon Nov 23 17:29:11 CET 2009


Author: arty
Date: Mon Nov 23 17:29:10 2009
New Revision: 44272

URL: http://svn.reactos.org/svn/reactos?rev=44272&view=rev
Log:
Missed FsRtlExitFileSystem.

Modified:
    branches/arty-newcc/drivers/filesystems/cdfs/fsctl.c

Modified: branches/arty-newcc/drivers/filesystems/cdfs/fsctl.c
URL: http://svn.reactos.org/svn/reactos/branches/arty-newcc/drivers/filesystems/cdfs/fsctl.c?rev=44272&r1=44271&r2=44272&view=diff
==============================================================================
--- branches/arty-newcc/drivers/filesystems/cdfs/fsctl.c [iso-8859-1] (original)
+++ branches/arty-newcc/drivers/filesystems/cdfs/fsctl.c [iso-8859-1] Mon Nov 23 17:29:10 2009
@@ -474,6 +474,7 @@
     {
         DPRINT1 ("Volume has been verified!\n");
         ExReleaseResourceLite (&DeviceExt->VcbResource);
+		FsRtlExitFileSystem();
         return STATUS_SUCCESS;
     }
 




More information about the Ros-diffs mailing list