Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Sep 2000 08:15:32 -0400 (EDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        peter@FreeBSD.org
Cc:        Charlie & <root@pavilion.net>, Josef Karthauser <joe@pavilion.net>, freebsd-fs@FreeBSD.org
Subject:   Re: Kernel panics (filesystem goof).
Message-ID:  <Pine.NEB.3.96L.1000906081327.14067B-100000@fledge.watson.org>
In-Reply-To: <20000906111006.C1081@pavilion.net>

next in thread | previous in thread | raw e-mail | index | archive | help

Peter,

This looks like a good rationale for supporting vnops that aren't provided
by any file system.  It seems to make sense to me, what with pluggable
file systems (you might only have cd9660 in some environemtns, for
example) that vnops without implementations should get correctly passed to
vop_eopnotsupp() and ot vop_panic().  Could you go ahead and make that
change?

  Robert N M Watson 

robert@fledge.watson.org              http://www.watson.org/~robert/
PGP key fingerprint: AF B5 5F FF A6 4A 79 37  ED 5F 55 E9 58 04 6A B1
TIS Labs at Network Associates, Safeport Network Services

On Wed, 6 Sep 2000, Josef Karthauser wrote:

> On Tue, Sep 05, 2000 at 09:52:58AM -0400, Robert Watson wrote:
> > 
> > It looks like you attempted to invoke acl_get_file() much as above.  Are
> > you using any file system modules, and what file system was the target of
> > acl_get_file() in?  Could it be the case that your modules are out of
> > sync with your kernel?  (Not that I'd hope this was the result, but...)
> > 
> 
> I've located why I've started getting the problem.  It co-incided with
> the install of the vim-6.0h port;  I've gone back to vim-5.7, and that's
> cured (avoided) the problem.  Looking at the source vim-6.0 does indeed
> do an acl_X when saving:
> 
> 	acl = acl_get_file("foo", ACL_TYPE_DEFAULT);
> 
> Joe
> 
> 
> >   Robert N M Watson 
> > 
> > robert@fledge.watson.org              http://www.watson.org/~robert/
> > PGP key fingerprint: AF B5 5F FF A6 4A 79 37  ED 5F 55 E9 58 04 6A B1
> > TIS Labs at Network Associates, Safeport Network Services
> -- 
> Josef Karthauser	FreeBSD: How many times have you booted today?
> Technical Manager	Viagra for your server (http://www.uk.freebsd.org)
> Pavilion Internet plc.  [joe@pavilion.net, joe@uk.freebsd.org, joe@tao.org.uk]
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-fs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1000906081327.14067B-100000>