From owner-cvs-all Sun Nov 4 11:44: 2 2001 Delivered-To: cvs-all@freebsd.org Received: from rover.village.org (rover.bsdimp.com [204.144.255.66]) by hub.freebsd.org (Postfix) with ESMTP id 8366037B405; Sun, 4 Nov 2001 11:43:54 -0800 (PST) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.11.3/8.11.3) with ESMTP id fA4JhrV35693; Sun, 4 Nov 2001 12:43:53 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.11.6/8.11.6) with ESMTP id fA4Jhq706497; Sun, 4 Nov 2001 12:43:52 -0700 (MST) (envelope-from imp@harmony.village.org) Message-Id: <200111041943.fA4Jhq706497@harmony.village.org> To: Matthew Dillon Subject: Re: cvs commit: src/sys/sys mount.h Cc: Mike Silbersack , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-reply-to: Your message of "Sun, 04 Nov 2001 11:14:13 PST." <200111041914.fA4JEDC91016@apollo.backplane.com> References: <200111041914.fA4JEDC91016@apollo.backplane.com> <20011104130444.R26452-100000@achilles.silby.com> Date: Sun, 04 Nov 2001 12:43:52 -0700 From: Warner Losh Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG In message <200111041914.fA4JEDC91016@apollo.backplane.com> Matthew Dillon writes: : : :On Sun, 4 Nov 2001, Matt Dillon wrote: : : : :> dillon 2001/11/04 10:59:11 PST : :> : :> Modified files: (Branch: RELENG_4) : :> sys/sys mount.h : :> Log: : :> Move the new vnodelist to the end of the mount structure to maintain : :> better compatibility with modules that might access the mount structure : :> but would otherwise not be effected by the vnodelist changes. : :> : :> Revision Changes Path : :> 1.89.2.5 +1 -1 src/sys/sys/mount.h : : : :Does any of this cause a problem if your userland and kernel are desynced? : : : :Mike "Silby" Silbersack : : Nothing critical. pstat and fstat. I was thinking more in regards to : any kld modules that might access the mount structure for purposes : other then what filesystems use it for. So file systems with intimate knowledge of the mount structure, in ways not typically done by modules and which none of the modules in the tree do, will be impacted. Is that right? Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message