Subject: Re: removing VOPs
To: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
From: Frank van der Linden <fvdl@netbsd.org>
List: tech-kern
Date: 09/27/2005 19:08:48
YAMAMOTO Takashi wrote:
>hi,
>
>unless anyone objects, i'll remove the following VOPs.
>ie. make them filesystem internal.
>
> VOP_BLKATOFF
> VOP_VALLOC
> VOP_REALLOCBLKS
> VOP_VFREE
> VOP_TRUNCATE
> VOP_UPDATE
>
>afaik there is no point to export them.
>
>YAMAMOTO Takashi
>
>
Sounds ok.. I'd forgotten that VOP_TRUNCATE is internal too (VOP_SETATTR
takes care of truncates from the system call).
- Frank