mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 04:37:15 +00:00
[FASTFAT]
Revert r54788: it's not appropriate yet. svn path=/trunk/; revision=54800
This commit is contained in:
parent
f65362ce2f
commit
bcf1cc76b6
1 changed files with 1 additions and 2 deletions
|
@ -517,9 +517,8 @@ VfatGetEaInformation(PFILE_OBJECT FileObject,
|
||||||
{
|
{
|
||||||
/* FIXME */
|
/* FIXME */
|
||||||
DPRINT1("VFAT: FileEaInformation not implemented!\n");
|
DPRINT1("VFAT: FileEaInformation not implemented!\n");
|
||||||
return STATUS_SUCCESS;
|
|
||||||
}
|
}
|
||||||
return STATUS_EAS_NOT_SUPPORTED;
|
return STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue