]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r354805:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>
Mon, 24 Aug 2020 14:05:45 +0000 (14:05 +0000)
committerEdward Tomasz Napierala <trasz@FreeBSD.org>
Mon, 24 Aug 2020 14:05:45 +0000 (14:05 +0000)
commitfa0130a74eeaf99b398f2817738d54555de22da1
treebe1a6294cadf977386eeb0929b87d6731c9f82f7
parent9095319131abfda936dbe43ca65d54b7a748ce2b
MFC r354805:

Make linux(4) open(2)/openat(2) return ELOOP instead of EMLINK,
when being passed O_NOFOLLOW.  This fixes LTP testcase openat02:5.

Sponsored by: The FreeBSD Foundation
sys/compat/linux/linux_file.c