Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Feb 2020 13:34:48 -0800
From:      Enji Cooper <yaneurabeya@gmail.com>
To:        Mateusz Guzik <mjg@freebsd.org>
Cc:        src-committers <src-committers@freebsd.org>, svn-src-all <svn-src-all@freebsd.org>,  svn-src-head <svn-src-head@freebsd.org>, Martin Matuska <mm@freebsd.org>
Subject:   Re: svn commit: r357384 - head/sys/kern
Message-ID:  <CAGHfRMCR9dfm0uDgCzAYLhaWZ9-zMgHs7qR2XzoSN==MZxeGNg@mail.gmail.com>
In-Reply-To: <202002012036.011KaajV051873@repo.freebsd.org>
References:  <202002012036.011KaajV051873@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Feb 1, 2020 at 12:36 PM Mateusz Guzik <mjg@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAGHfRMCR9dfm0uDgCzAYLhaWZ9-zMgHs7qR2XzoSN==MZxeGNg>