From owner-freebsd-current Sun Sep 6 13:17:01 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA20564 for freebsd-current-outgoing; Sun, 6 Sep 1998 13:17:01 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA20556 for ; Sun, 6 Sep 1998 13:16:58 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.1/8.8.5) with ESMTP id WAA20598; Sun, 6 Sep 1998 22:12:32 +0200 (CEST) To: "Vanessa N. Voysey" cc: current@FreeBSD.ORG Subject: Re: ELF world and MFS ? In-reply-to: Your message of "Sun, 06 Sep 1998 20:46:38 BST." <000301bdd9cf$1045a7e0$0242000a@jfsebastian.k2c.co.uk> Date: Sun, 06 Sep 1998 22:12:32 +0200 Message-ID: <20596.905112752@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In message <000301bdd9cf$1045a7e0$0242000a@jfsebastian.k2c.co.uk>, "Vanessa N. Voysey" writes: >Hi, > >On a system running 3.0-current ELF (CVSup'd around 18:00 BST), I get the >following errors when creating/deleting files on an MFS-mounted /tmp: > >mfs_badop[vop_freeblks] >mfs_badop[vop_freeblks] = 45 > >Any clues as to what's going on? Yes :-) Try to add this line in alphabetical order in the mfs_vnodeop_entries array in /usr/src/sys/ufs/mfs/mfs_vnops.c { &vop_freeblks_desc, (vop_t *) vop_defaultop }, -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." "ttyv0" -- What UNIX calls a $20K state-of-the-art, 3D, hi-res color terminal To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message