sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10
commita7456524d7bc95db76998804c8dc4bcfbeccab22
authorSzabolcs Nagy <nsz@port70.net>
Sat, 19 Dec 2020 20:56:23 +0000 (19 20:56 +0000)
committerRich Felker <dalias@aerifal.cx>
Mon, 15 Feb 2021 14:16:06 +0000 (15 09:16 -0500)
tree94862889823c6e36b1eb84025173451b6e9a45c0
parent54ca1cc7f1bce1c19593c0176aead964a2534933
sys/mount.h: add MS_NOSYMFOLLOW from linux v5.10

path resolution does not follow symlinks on nosymfollow mounts (but
readlink still does), see

  linux commit dab741e0e02bd3c4f5e2e97be74b39df2523fc6e
  Add a "nosymfollow" mount option.
include/sys/mount.h