Author: tthompson
Date: Mon May 16 08:32:58 2016
New Revision: 71341

URL: http://svn.reactos.org/svn/reactos?rev=71341&view=rev
Log:
[ext2]
Removed MainResourceAcquired from Ext2GetReparsePoint() to make MSVC happy. 
This boolean was unused and unneeded; the function does not acquire the main 
resource.

Modified:
    branches/GSoC_2016/NTFS/drivers/filesystems/ext2/src/fsctl.c

Modified: branches/GSoC_2016/NTFS/drivers/filesystems/ext2/src/fsctl.c
URL: 
http://svn.reactos.org/svn/reactos/branches/GSoC_2016/NTFS/drivers/filesystems/ext2/src/fsctl.c?rev=71341&r1=71340&r2=71341&view=diff
==============================================================================
--- branches/GSoC_2016/NTFS/drivers/filesystems/ext2/src/fsctl.c        
[iso-8859-1] (original)
+++ branches/GSoC_2016/NTFS/drivers/filesystems/ext2/src/fsctl.c        
[iso-8859-1] Mon May 16 08:32:58 2016
@@ -1396,7 +1396,6 @@
     PEXT2_MCB           Mcb = NULL;
 
     NTSTATUS            Status = STATUS_UNSUCCESSFUL;
-    BOOLEAN             MainResourceAcquired = FALSE;
 
     PVOID               OutputBuffer;
     ULONG               OutputBufferLength;


Reply via email to