diff --git a/reactos/drivers/filesystems/fastfat/finfo.c b/reactos/drivers/filesystems/fastfat/finfo.c index 11b16204c02..61be39acbad 100644 --- a/reactos/drivers/filesystems/fastfat/finfo.c +++ b/reactos/drivers/filesystems/fastfat/finfo.c @@ -517,9 +517,8 @@ VfatGetEaInformation(PFILE_OBJECT FileObject, { /* FIXME */ DPRINT1("VFAT: FileEaInformation not implemented!\n"); - return STATUS_SUCCESS; } - return STATUS_EAS_NOT_SUPPORTED; + return STATUS_SUCCESS; }