Re: git: 5b5b7e2ca2fa - main - vfs: always retain path buffer after lookup
Date: Sun, 12 Mar 2023 17:50:24 UTC
so it is. please do the honors :) On 3/12/23, Dmitry Chagin <dchagin@freebsd.org> wrote: > On Sat, Sep 17, 2022 at 09:11:41AM +0000, Mateusz Guzik wrote: >> The branch main has been updated by mjg: >> >> URL: >> https://cgit.FreeBSD.org/src/commit/?id=5b5b7e2ca2fa9a2418dd51749f4ef6f881ae7179 >> >> commit 5b5b7e2ca2fa9a2418dd51749f4ef6f881ae7179 >> Author: Mateusz Guzik <mjg@FreeBSD.org> >> AuthorDate: 2022-09-17 09:10:38 +0000 >> Commit: Mateusz Guzik <mjg@FreeBSD.org> >> CommitDate: 2022-09-17 09:10:38 +0000 >> >> vfs: always retain path buffer after lookup >> >> This removes some of the complexity needed to maintain HASBUF and >> allows for removing injecting SAVENAME by filesystems. >> >> Reviewed by: kib (previous version) >> Differential Revision: https://reviews.freebsd.org/D36542 >> --- >> .../openzfs/module/os/freebsd/zfs/zfs_vnops_os.c | 23 +++- > > > btw, by this change the usage of cn_origflags of struct componentname is > retired, may be we should remove it? > -- Mateusz Guzik <mjguzik gmail.com>