On Wed, 26 Jan 2000, Brian Beattie wrote:
> I'm playing around with writing a filesystem module and am trying to
> figure out what value to use for the vtagtype. Do I ask to have one
> assigned, should I use an existing one, should I make up a new one?
Well, while debugging new fs you can pick any VT_ tag that unused
on your system:
#define VT_MYGREATFS VT_TFS
later, when filesystem became useful a new tag can be added to
vtagtype enum.
--
Boris Popov
http://www.butya.kz/~bp/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message