Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jan 1996 05:55:57 -0800 (PST)
From:      Peter Wemm <peter>
To:        scrappy@hub.org, peter, freebsd-bugs
Subject:   Re: kern/911
Message-ID:  <199601021355.FAA19755@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: Stopped at      statfs+0x51:    movl    0x14(%eax),%eax

State-Changed-From-To: open-closed
State-Changed-By: peter
State-Changed-When: Tue Jan 2 05:44:18 PST 1996
State-Changed-Why: 
Fixed in devfs_tree.c rev 1.12 and devfs_vfsops.c rev 1.9

The problem was due to the way that there is an internal, invisible
devfs mounted and used as a "blueprint" for newly mounted devfs trees.
The internal mounted tree was not completely initialised, and the
mount->mnt_op pointer was NULL.  The statfs() call on the nodes in
the mounted devfs was ending up back at at the internal filesystem with
a NULL operations vector.



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