Page MenuHomeFreeBSD

nfs_clvnops: standardize on EOPNOTSUPP for posix_fallocate(2)
ClosedPublic

Authored by kevans on Nov 2 2025, 3:20 PM.
Tags
None
Referenced Files
F151083821: D53536.diff
Sun, Apr 5, 9:27 PM
Unknown Object (File)
Fri, Apr 3, 1:56 PM
Unknown Object (File)
Sun, Mar 29, 12:40 PM
Unknown Object (File)
Wed, Mar 25, 7:49 PM
Unknown Object (File)
Wed, Mar 25, 11:09 AM
Unknown Object (File)
Mon, Mar 23, 10:43 AM
Unknown Object (File)
Mon, Mar 23, 6:01 AM
Unknown Object (File)
Mon, Mar 16, 7:43 AM
Subscribers

Details

Summary

POSIX Issue 7 had allowed EINVAL for this case, but issue 8 moves it
to ENOTSUP instead. ZFS uses the latter and we have some software in
ports already that's wanting to use that to detect the filesystem not
supporting it, so let's standardize on it.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 68353
Build 65236: arc lint + arc unit