Subject: Re: removing VOPs
To: None <wrstuden@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 10/20/2005 17:50:00
> i'll create a branch so you will be able to see the changes before
> they hit the trunk.

done.

i found fss(4) uses VOP_BALLOC directly.
i just #if 0'ed out the code because it isn't a safe way
to allocate blocks anyway.

YAMAMOTO Takashi