]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
fdescfs: add a mount option rdlnk
authorKonstantin Belousov <kib@FreeBSD.org>
Tue, 11 Jul 2023 05:03:49 +0000 (08:03 +0300)
committerKonstantin Belousov <kib@FreeBSD.org>
Thu, 13 Jul 2023 01:14:20 +0000 (04:14 +0300)
commit3905309dfeeb89f03b09c347f7ac0a863faa3975
treeae36ae9144f66dc4c06c0ef082108e9ee88b34d0
parent9c3bfe2ad07170cd7d3645a7c24f4d80a509c2b7
fdescfs: add a mount option rdlnk

which changes /dev/fd/N files types to symbolic link with the behavior
of symbolic links.

PR: 272127
Reported by: Peter Eriksson <pen@lysator.liu.se>
Reviewed by: dchagin
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D40969
sys/fs/fdescfs/fdesc.h
sys/fs/fdescfs/fdesc_vfsops.c
sys/fs/fdescfs/fdesc_vnops.c