Author: pschweitzer Date: Sat Dec 31 00:09:57 2011 New Revision: 54788
URL: http://svn.reactos.org/svn/reactos?rev=54788&view=rev Log: [FASTFAT] Return appropriate status when requesting extended attributes on FAT32
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... ============================================================================== --- trunk/reactos/drivers/filesystems/fastfat/finfo.c [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/fastfat/finfo.c [iso-8859-1] Sat Dec 31 00:09:57 2011 @@ -517,8 +517,9 @@ { /* FIXME */ DPRINT1("VFAT: FileEaInformation not implemented!\n"); - } - return STATUS_SUCCESS; + return STATUS_SUCCESS; + } + return STATUS_EAS_NOT_SUPPORTED; }