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