]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
vfs: only allow doomed vnodes to return EOPNOTSUPP for fplookup vops
authorMateusz Guzik <mjg@FreeBSD.org>
Wed, 3 Nov 2021 21:02:35 +0000 (22:02 +0100)
committerMateusz Guzik <mjg@FreeBSD.org>
Thu, 6 Apr 2023 15:20:41 +0000 (15:20 +0000)
commite237e2ba5f4fc008eaf6e306e69fb9d98f5de27d
treeddabdd6503f557755d9c3f5ee18284e38d84d6d0
parent5f6df177758b9dff88e4b6069aeb2359e8b0c493
vfs: only allow doomed vnodes to return EOPNOTSUPP for fplookup vops

This helps asserting that they are provided by filesystems indicating
they do it.
sys/kern/vfs_subr.c