Subject: Re: netbsd32_mount: one possible solution
To: None <cube@cubidou.net>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 07/23/2005 02:29:05
> Actually, I think the best is simply to add a paramater to vfs_mount.
> See the attached patch (no, it doesn't list the changes to all the other
> _mount() prototypes).

if you're adding a new parameter, can you make it "int flags"
so that other operational flags like MNT_FORCE can use it as well?

btw, why don't you use stackgap?

YAMAMOTO Takashi