Message-
> From: on behalf of Mateusz Guzik
>
> Date: 2020-10-29, Thursday at 05:56
> To: , ,
>
> Subject: svn commit: r367130 - in head/sys: kern sys
>
> Author: mjg
> Date: Thu Oct 29 12:56:02 2020
> New Revision: 367130
> URL: https://sv
ommit: r367130 - in head/sys: kern sys
Author: mjg
Date: Thu Oct 29 12:56:02 2020
New Revision: 367130
URL: https://svnweb.freebsd.org/changeset/base/367130
Log:
vfs: add NDREINIT to facilitate repeated namei calls
struct nameidata mixes caller arguments, internal stat
Author: mjg
Date: Thu Oct 29 12:56:02 2020
New Revision: 367130
URL: https://svnweb.freebsd.org/changeset/base/367130
Log:
vfs: add NDREINIT to facilitate repeated namei calls
struct nameidata mixes caller arguments, internal state and output, which
can be quite error prone.
Recent a