Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 1998 10:21:54 -0500
From:      dmaddox@scsn.net (Donald J. Maddox)
To:        Terry Lambert <tlambert@primenet.com>
Cc:        FreeBSD-current@FreeBSD.ORG
Subject:   Re: VM: Process hangs sleeping on vmpfw
Message-ID:  <19980228102154.10781@scsn.net>
In-Reply-To: <199802280623.XAA21476@usr05.primenet.com>; from Terry Lambert on Sat, Feb 28, 1998 at 06:23:38AM %2B0000
References:  <19980228155309.44211@freebie.lemis.com> <199802280623.XAA21476@usr05.primenet.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Feb 28, 1998 at 06:23:38AM +0000, Terry Lambert wrote:
> Check your dmesg/messages log for the following message:
> 
> 	vnode_pager: *** WARNING *** stale FS code in system.
> 
> If you have gotten this message, it means that you are trying to page
> out to an FS that has stale code (ie: a local media FS that does not
> support VOP_PUTPAGES).  The FS needs corrected, so if you can identify
> which one it is, I can do a patch for you (it's pretty easy to make
> a VOP_{GET|PUT}PAGES to use the legacy code, but it must be explicitly
> used; doing this will [later] enable user space FS module developement
> to be stacked on top.  The reason it's later is that there are still
> 151 imports for a non-stacking FS; the DDI/DKI for FS's needs a lot
> of cleanup to get it to the point that it can be proxied to user space).

I'm getting this when accessing ext2fs filesystems...  It looks like ext2fs
is broken in more ways than one, but I thought you might like to know about
this one :-)

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?19980228102154.10781>