Subject: Re: Exports list management, take 3
To: None <jmmv84@gmail.com>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 09/20/2005 08:06:02
> > can't you test before commit?
>
> Of course; that's what I wanted to say.
why not?
> > is this the latest version?
> > ftp://ftp.NetBSD.org/pub/NetBSD/misc/jmmv/export.diff
>
> Yes, it is. (But remember it's not yet complete; several other file
> systems need to be converted, which is as trivial as removing some
> VFS hooks from them.)
- don't hardcode AF_MAX in mountd_exports_list.
i don't think AF_MAX is appropriate.
- i'm not sure if vfsfeature is a good idea.
are there any possible users other than nfs?
- why didn't you remove vfs_checkexp member from vfsops?
- what's the point of del_exports in send_umntall?
- can you use "diff -up"?
YAMAMOTO Takashi