From owner-freebsd-current Fri Jun 23 23:10:20 2000 Delivered-To: freebsd-current@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id C192937BB6B; Fri, 23 Jun 2000 23:10:14 -0700 (PDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id AAA58057; Sat, 24 Jun 2000 00:10:11 -0600 (MDT) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id AAA01808; Sat, 24 Jun 2000 00:08:31 -0600 (MDT) Message-Id: <200006240608.AAA01808@harmony.village.org> To: Assar Westerlund Subject: Re: vnode_if.h: how should it be done ? Cc: current@FreeBSD.ORG, kris@FreeBSD.ORG In-reply-to: Your message of "22 Jun 2000 03:35:01 +0200." <5ln1kesdkq.fsf@assaris.sics.se> References: <5ln1kesdkq.fsf@assaris.sics.se> Date: Sat, 24 Jun 2000 00:08:31 -0600 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <5ln1kesdkq.fsf@assaris.sics.se> Assar Westerlund writes: : I think it's wrong that vnode_if.h is not installed, this means that : you need to have kernel source to compile any third-party file system. : : So I propose the patch below, to create vnode_if.h and then add it to CVS. No. I don't like it. We generally don't commit generated files (although there are exceptions). : Any objectsions/comments/whatever? Hmmm. The module system should build it automatically. It doesn't need to be used outside of the drivers/modules. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message