Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 06 Sep 1998 22:12:32 +0200
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        "Vanessa N. Voysey" <vanessa.voysey@k2c.co.uk>
Cc:        current@FreeBSD.ORG
Subject:   Re: ELF world and MFS ? 
Message-ID:  <20596.905112752@critter.freebsd.dk>
In-Reply-To: Your message of "Sun, 06 Sep 1998 20:46:38 BST." <000301bdd9cf$1045a7e0$0242000a@jfsebastian.k2c.co.uk> 

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20596.905112752>