Date: Thu, 27 Jan 2000 08:58:26 +0600 (ALMT) From: Boris Popov <bp@butya.kz> To: Brian Beattie <beattie@aracnet.com> Cc: hackers@freebsd.org Subject: Re: Chosing a value for VT_XXXX (enum vtagtype) Message-ID: <Pine.BSF.4.10.10001270852330.54314-100000@lion.butya.kz> In-Reply-To: <Pine.LNX.4.10.10001260842360.10555-100000@shell1.aracnet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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 majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10001270852330.54314-100000>