mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 03:24:45 +00:00
[FASTFAT]
Return appropriate status when requesting extended attributes on FAT32 svn path=/trunk/; revision=54788
This commit is contained in:
parent
aa518eae68
commit
5de2462b2a
1 changed files with 2 additions and 1 deletions
|
@ -517,8 +517,9 @@ VfatGetEaInformation(PFILE_OBJECT FileObject,
|
||||||
{
|
{
|
||||||
/* FIXME */
|
/* FIXME */
|
||||||
DPRINT1("VFAT: FileEaInformation not implemented!\n");
|
DPRINT1("VFAT: FileEaInformation not implemented!\n");
|
||||||
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
return STATUS_SUCCESS;
|
return STATUS_EAS_NOT_SUPPORTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue