Skip to content
  • Rick Macklem's avatar
    A problem with the NFSv4 server was reported by Andrew Leonard · f4b9a05a
    Rick Macklem authored
    to freebsd-fs@, where the setfacl of an NFSv4 acl would fail.
    This was caused by the VOP_ACLCHECK() call for ZFS replying
    EOPNOTSUPP. After discussion with rwatson@, it was determined
    that a call to VOP_ACLCHECK() before doing VOP_SETACL() is not
    required. This patch fixes the problem by deleting the
    VOP_ACLCHECK() call.
    
    Tested by:	Andrew Leonard (previous version)
    MFC after:	1 week
    f4b9a05a