CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/09/25 23:35:40
Modified files:
sys/miscfs/fuse: fuse_vnops.c
Log message:
FUSE doesn't support chflags(2) so return EOPNOTSUPP rather than
silently ignoring the request. This is the same behaviour as nfs.
OK rsadowski
