]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make linux fallocate(2) return EOPNOTSUPP, not ENOSYS, on unsupported mode,
authortrasz <trasz@FreeBSD.org>
Sat, 18 Jul 2020 12:21:08 +0000 (12:21 +0000)
committertrasz <trasz@FreeBSD.org>
Sat, 18 Jul 2020 12:21:08 +0000 (12:21 +0000)
commit21f89ef3a197c5683cee6a94cd4eee72f7975ae1
tree6f3962effc38e87507ccb96e4b1a45892c1c5e2a
parente85fdba1aa1bdb8230da4438b7c1a50588880407
Make linux fallocate(2) return EOPNOTSUPP, not ENOSYS, on unsupported mode,
as documented in the man page.

MFC after: 2 weeks
Sponsored by: The FreeBSD Foundation
sys/compat/linux/linux_file.c