freebsd-dev/sys/cddl
Sean Eric Fagan 82e20c0a72 Change ZFS quotas to return EINVAL when not present (matches man page).
UFS will return EINVAL when quotas are not enabled on a filesystem; ZFS'
equivalent involves not having quotas (there is not way to enable or disable
quotas as such).  My initial implementation had it return ENOENT, but
quotactl(2) indicates EINVAL is more appropriate.

MFC after:	2 weeks
Approved by:	mav
Reviewed by:	markj
Reported by:	Emrion <kmachine@free.fr>
Sponsored by: iXsystems Inc
PR: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234413
2019-01-11 02:53:46 +00:00
..
boot/zfs zfsboot: support newer ZFS versions 2019-01-03 22:49:11 +00:00
compat/opensolaris Remove unused argument to priv_check_cred. 2018-12-11 19:32:16 +00:00
contrib/opensolaris Change ZFS quotas to return EINVAL when not present (matches man page). 2019-01-11 02:53:46 +00:00
dev dtrace: fix userspace access on boxes with SMAP 2018-12-13 20:09:38 +00:00