[Bug 296088] nfscl: chflags(<file>, 0) on an NFSv4.x mount returns EIO instead of being handled as a NOP.

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 17 Jun 2026 21:32:58 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=296088

Rick Macklem <rmacklem@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|fs@FreeBSD.org              |rmacklem@FreeBSD.org

--- Comment #3 from Rick Macklem <rmacklem@FreeBSD.org> ---
Created attachment 271888
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=271888&action=edit
Check for support of attributes if va_flags bit not set

This patch fixes the case where the archive/hidden/system
flags are being cleared. For this case, the attributes must
be supported by the NFSv4 server.

-- 
You are receiving this mail because:
You are the assignee for the bug.