From owner-freebsd-current Fri Oct 6 10:43:46 2000 Delivered-To: freebsd-current@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [209.152.133.57]) by hub.freebsd.org (Postfix) with ESMTP id 6681237B66C; Fri, 6 Oct 2000 10:43:44 -0700 (PDT) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id KAA49483; Fri, 6 Oct 2000 10:43:43 -0700 (PDT) (envelope-from obrien) Date: Fri, 6 Oct 2000 10:43:43 -0700 From: "David O'Brien" To: Robert Watson Cc: current@freebsd.org Subject: Re: panic in ufs_extattr_uepm_destroy() Message-ID: <20001006104343.A49423@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from rwatson@freebsd.org on Fri, Oct 06, 2000 at 09:41:29AM -0400 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Oct 06, 2000 at 09:41:29AM -0400, Robert Watson wrote: > Index: ffs_vfsops.c > =================================================================== > RCS file: /home/ncvs/src/sys/ufs/ffs/ffs_vfsops.c,v > retrieving revision 1.129 > diff -u -r1.129 ffs_vfsops.c > --- ffs_vfsops.c 2000/10/04 04:44:51 1.129 > +++ ffs_vfsops.c 2000/10/06 13:40:57 > @@ -772,7 +772,7 @@ > int mntflags; > struct proc *p; > { > - register struct ufsmount *ump; > + register struct ufsmount *ump = VFSTOUFS(mp); > register struct fs *fs; > int error, flags; This has a KNF style problem. The line you remove should stay and "ump = VFSTOUFS(mp);" added. -- -- David (obrien@FreeBSD.org) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message