FreeNAS/freenas 65491f1src/middlewared/middlewared/plugins filesystem.py

Explicitly check for ACL support in filesystem.acl_is_trivial

On paths without nfsv4 ACL support (e.g. tmpfs), acl_is_trivial_np()
raises an OSError. Make an explicit check via pathconf to determine
whether NFS4 ACLs are supported on the path before making the
syscall.
DeltaFile
+9-5src/middlewared/middlewared/plugins/filesystem.py
+9-51 files

UnifiedSplitRaw