[FASTFAT]

Return appropriate status when requesting extended attributes on FAT32

svn path=/trunk/; revision=54788
This commit is contained in:
Pierre Schweitzer
2011-12-31 00:09:57 +00:00
parent aa518eae68
commit 5de2462b2a
+2 -1
View File
@@ -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;
}