Subject: removing VOPs
To: None <tech-kern@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 09/27/2005 15:55:46
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