Re: git: 5b5b7e2ca2fa - main - vfs: always retain path buffer after lookup
- In reply to: Mateusz Guzik : "Re: git: 5b5b7e2ca2fa - main - vfs: always retain path buffer after lookup"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 12 Mar 2023 19:08:29 UTC
sorted out in https://cgit.FreeBSD.org/src/commit/?id=35c872422c8cfb93d645c2f892c80422d902b1bf On 3/12/23, Mateusz Guzik <mjguzik@gmail.com> wrote: > 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> > -- Mateusz Guzik <mjguzik gmail.com>