[ros-diffs] [pschweitzer] 54800: [FASTFAT] Revert r54788: it's not appropriate yet.

pschweitzer at svn.reactos.org pschweitzer at svn.reactos.org
Sun Jan 1 17:15:27 UTC 2012


Author: pschweitzer
Date: Sun Jan  1 17:15:25 2012
New Revision: 54800

URL: http://svn.reactos.org/svn/reactos?rev=54800&view=rev
Log:
[FASTFAT]
Revert r54788: it's not appropriate yet.

Modified:
    trunk/reactos/drivers/filesystems/fastfat/finfo.c

Modified: trunk/reactos/drivers/filesystems/fastfat/finfo.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fastfat/finfo.c?rev=54800&r1=54799&r2=54800&view=diff
==============================================================================
--- trunk/reactos/drivers/filesystems/fastfat/finfo.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/fastfat/finfo.c [iso-8859-1] Sun Jan  1 17:15:25 2012
@@ -517,9 +517,8 @@
     {
         /* FIXME */
         DPRINT1("VFAT: FileEaInformation not implemented!\n");
-        return STATUS_SUCCESS;
-    }
-    return STATUS_EAS_NOT_SUPPORTED;
+    }
+    return STATUS_SUCCESS;
 }
 
 




More information about the Ros-diffs mailing list