svn commit: r357384 - head/sys/kern

Enji Cooper yaneurabeya at gmail.com
Wed Feb 5 21:35:03 UTC 2020


On Sat, Feb 1, 2020 at 12:36 PM Mateusz Guzik <mjg at freebsd.org> wrote:
>
> Author: mjg
> Date: Sat Feb  1 20:36:35 2020
> New Revision: 357384
> URL: https://svnweb.freebsd.org/changeset/base/357384
>
> Log:
>   cache: remove vnode -> path lookup disablement
>
>   It seems to be of little to no use even when debugging.
>
>   Interested parties can resurrect it and gate compilation with a macro.

Hi Mateusz,

This orphans some other things in the kernel that should potentially
be removed as well:

$ grep -r 'debug\.disablefullpath' ~/svn/freebsd/src/sys/
sys/kern/kern_jail.c:                     /* proceed if sysctl
debug.disablefullpath == 1 */
sys/kern/vfs_mount.c:             /* debug.disablefullpath == 1
results in ENODEV */

Cheers,
-Enji


More information about the svn-src-all mailing list