Page MenuHomeFreeBSD

nfs_clvnops: standardize on EOPNOTSUPP for posix_fallocate(2)
ClosedPublic

Authored by kevans on Sun, Nov 2, 3:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 8, 3:14 PM
Unknown Object (File)
Fri, Nov 7, 4:03 PM
Unknown Object (File)
Wed, Nov 5, 7:34 AM
Unknown Object (File)
Wed, Nov 5, 7:34 AM
Unknown Object (File)
Wed, Nov 5, 7:34 AM
Unknown Object (File)
Wed, Nov 5, 5:06 AM
Unknown Object (File)
Wed, Nov 5, 5:06 AM
Unknown Object (File)
Mon, Nov 3, 4:09 PM
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