mirror of
https://github.com/winfsp/winfsp.git
synced 2025-06-15 00:02:46 -05:00
sys: create: comment change
This commit is contained in:
@ -134,7 +134,7 @@ static NTSTATUS FspFsvolCreate(
|
||||
if (FlagOn(CreateOptions, FILE_OPEN_BY_FILE_ID))
|
||||
return STATUS_NOT_IMPLEMENTED;
|
||||
|
||||
/* do we not support EA */
|
||||
/* no EA support currently */
|
||||
if (0 != EaBuffer)
|
||||
return STATUS_EAS_NOT_SUPPORTED;
|
||||
|
||||
|
Reference in New Issue
Block a user