opnsense-src/sys/fs/fdescfs
Konstantin Belousov 3bffa22623 fdescfs: improve linrdlnk mount option
Instead of using VV_READLINK vnode flag and checking it in one place,
just assign VLNK type to the Fdesc vnodes for linrdlnk mounts.  Then all
places where symlinks needs to be followed, e.g. lookup(), are handled.

PR:	272127
Reported by:	Peter Eriksson <pen@lysator.liu.se>
Reviewed by:	markj
Tested by:	pho
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D40700
2023-06-27 13:43:17 +03:00
..
fdesc.h fdescfs: add an option to return underlying file vnode on lookup 2021-06-04 03:30:12 +03:00
fdesc_vfsops.c sys/fs: do not report blocks allocated for synthetic file systems 2023-04-25 09:59:15 +02:00
fdesc_vnops.c fdescfs: improve linrdlnk mount option 2023-06-27 13:43:17 +03:00