From owner-cvs-all Sun Nov 4 11:14:18 2001 Delivered-To: cvs-all@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 7C1E637B416; Sun, 4 Nov 2001 11:14:15 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id fA4JEDC91016; Sun, 4 Nov 2001 11:14:13 -0800 (PST) (envelope-from dillon) Date: Sun, 4 Nov 2001 11:14:13 -0800 (PST) From: Matthew Dillon Message-Id: <200111041914.fA4JEDC91016@apollo.backplane.com> To: Mike Silbersack Cc: , Subject: Re: cvs commit: src/sys/sys mount.h References: <20011104130444.R26452-100000@achilles.silby.com> 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 :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. -Matt Matthew Dillon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message