mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys, dll: ea testing
This commit is contained in:
@ -306,7 +306,7 @@ static NTSTATUS FspFsvolCreateNoLock(
|
||||
if (0 != EaBuffer)
|
||||
{
|
||||
/* does the file system support EA? */
|
||||
if (FsvolDeviceExtension->VolumeParams.ExtendedAttributes)
|
||||
if (!FsvolDeviceExtension->VolumeParams.ExtendedAttributes)
|
||||
return STATUS_EAS_NOT_SUPPORTED;
|
||||
|
||||
/* do we need EA knowledge? */
|
||||
|
Reference in New Issue
Block a user