Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2026 21:50:13 +0200
From:      =?utf-8?Q?Dag-Erling_Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        Konstantin Belousov <kostikbel@gmail.com>
Cc:        Thierry Thomas <thierry@freebsd.org>,  freebsd-current@freebsd.org
Subject:   Re: vnode_if.h not found / make buildkernel on FreeBSD/HEAD-16
Message-ID:  <86pl2vb0cq.fsf@ltc.des.dev>
In-Reply-To: <agjGBp_ePLPaG7FT@kib.kiev.ua> (Konstantin Belousov's message of "Sat, 16 May 2026 22:31:18 %2B0300")
References:  <agioK8Xavc91VxwG@alien> <86y0hjb2ii.fsf@ltc.des.dev> <agjGBp_ePLPaG7FT@kib.kiev.ua>

index | next in thread | previous in thread | raw e-mail

Konstantin Belousov <kostikbel@gmail.com> writes:
> I do not see why sys/mount.h is needed by genassym.c.

Well, that certainly solves the immediate problem...

> commit fe0f116bd3a5115813c4c3ba4a1546d09b5e73b1
> Author: Konstantin Belousov <kib@FreeBSD.org>
> Date:   Sat May 16 22:27:40 2026 +0300
>
>     x86: remove sys/mount.h from genassym.c
>     
>     The header is not needed, and causes some issues with build because it
>     requires vnode_if.h generated due to transient dependency from vnode.h.
>     
>     While there, remove unneeded explicit sys/cdefs.h and sys/param.h usage.
>     
>     Fixes:  1d5e4020e36e1cc9e906200c9c3c784ef43d977e

Please use this format instead:

    Fixes:	1d5e4020e36e ("vnode: add VIRF_KNOTE flag")

I use the following alias to generate it:

    fix = show -s --abbrev=12 --pretty=format:'Fixes:%x09%x09%h (%x22%s%x22)%n'

DES
-- 
Dag-Erling Smørgrav - des@FreeBSD.org


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?86pl2vb0cq.fsf>