Re: main-c572-g82397d791 from January 2021
- Reply: Warner Losh : "Re: main-c572-g82397d791 from January 2021"
- In reply to: Graham Perrin : "main-c572-g82397d791 from January 2021"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 02 Jan 2022 10:03:00 UTC
On Sun, 02 Jan 2022 09:46:17 +0100, grahamperrin@gmail.com wrote:
>
> The version string at the time:
>
> FreeBSD 13.0-CURRENT #75 main-c572-g82397d791: Sun Jan 3 20:00:09 GMT 2021
>
> <https://cgit.freebsd.org/src/log/?qt=range&q=g82397d791> finds nothing.
>
> <https://cgit.freebsd.org/src/log/?ofs=15763> currently takes me to
> around 2021-01-03, with
> <https://cgit.freebsd.org/src/commit/?id=c98a764c681f8b70812a9f13a6e61c96aa1a69d2>
> the first on the 3rd.
>
> Should I assume that it will be impossible, or unreasonably difficult,
> to identify, in cgit, the exact commit that related to g82397d791?
>
> (I know, it was not long after the transition to Git.)
I think you are loooking for commit 82397d791:
commit 82397d791966b09d344251bc709cd9db2b3a1902
Author: Mateusz Guzik
Date: Fri Jan 1 04:10:12 2021 +0100
vfs: denote vnode being a mount point with VIRF_MOUNTPOINT
Reviewed by: kib (previous version)
Differential Revision: https://reviews.freebsd.org/D27794
The 'g' was removed in 8a51f14a7833fd14e1f125e63a0af9d260dcd287.
--
Herbert