]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
O_RELATIVE_BENEATH: return ENOTCAPABLE instead of EINVAL for abs path
authorKonstantin Belousov <kib@FreeBSD.org>
Sun, 28 Feb 2021 23:59:12 +0000 (01:59 +0200)
committerKonstantin Belousov <kib@FreeBSD.org>
Tue, 2 Mar 2021 18:21:40 +0000 (20:21 +0200)
commit28cd3a673e0e32b009fd573764956b280d1affe1
tree65a177695145b73391083d83ef44d30f499d97b8
parent49c98a4bf3a87ace0df99056fa683805c1645e61
O_RELATIVE_BENEATH: return ENOTCAPABLE instead of EINVAL for abs path

Requested and reviewed by: markj
Tested by: arichardson,  pho
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D28907
sys/kern/vfs_lookup.c