From owner-freebsd-current Wed Jul 26 0:28:46 2000 Delivered-To: freebsd-current@freebsd.org Received: from feral.com (feral.com [192.67.166.1]) by hub.freebsd.org (Postfix) with ESMTP id 8F80D37B5F4 for ; Wed, 26 Jul 2000 00:28:33 -0700 (PDT) (envelope-from mjacob@feral.com) Received: from beppo.feral.com (beppo [192.67.166.79]) by feral.com (8.9.3/8.9.3) with ESMTP id AAA32575; Wed, 26 Jul 2000 00:28:27 -0700 Date: Wed, 26 Jul 2000 00:28:30 -0700 (PDT) From: Matthew Jacob Reply-To: mjacob@feral.com To: "George W. Dinolt" Cc: current@FreeBSD.ORG, josb@corp.webtv.net Subject: Re: Even with version 1.54 of mfs_vnops.c and a freshly built world and booted kernel (with ``options MFS''), I am still seeing these. What could I be missing? In-Reply-To: <397E3C0F.6D4E6980@pacbell.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > >Thanks, > >-- > >Jos Backus > >WebTV Networks, Inc., Mountain View, CA > > I can confirm that on my system with world built from sources cvsuped on > Sunday and a kernel just built from sources cvsuped today, I see these > messages with an mfs mounted /tmp. Hmm. They went away for me- I thought, but no, you're right. They're still there. This is what I actually use to get rid of them: Index: mfs_vnops.c =================================================================== RCS file: /home/ncvs/src/sys/ufs/mfs/mfs_vnops.c,v retrieving revision 1.53 diff -u -r1.53 mfs_vnops.c --- mfs_vnops.c 2000/05/05 09:59:07 1.53 +++ mfs_vnops.c 2000/07/25 21:47:09 @@ -80,6 +80,7 @@ { &vop_reclaim_desc, (vop_t *) mfs_reclaim }, { &vop_strategy_desc, (vop_t *) mfs_strategy }, { &vop_unlock_desc, (vop_t *) vop_defaultop }, + { &vop_getwritemount_desc, (vop_t *) vop_stdgetwritemount }, { NULL, NULL } }; static struct vnodeopv_desc mfs_vnodeop_opv_desc = To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message