Date: Tue, 7 Apr 1998 11:54:28 +0900 (JST) From: Michael Hancock <michaelh@cet.co.jp> To: freebsd-fs@FreeBSD.ORG, tech-kern@netbsd.org, tech@openbsd.org, freebsd-smp@FreeBSD.ORG Subject: Re: VFS vrele fixes Message-ID: <Pine.SV4.3.95.980407113451.614C-100000@parkplace.cet.co.jp> In-Reply-To: <Pine.SV4.3.95.980406162421.10549A-100000@parkplace.cet.co.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 6 Apr 1998, I wrote: > http://www.freebsd.org/~mch/vfs1.html If you reply publically, please trim the headers to the relevant mailing lists but keep me included because I'm not a member of all of them. Ok, I've gotten some positive comments on this. Here's a summary: 1) It's a nicer framework to experiment with alternative central vnode management systems such as per-CPU vnode pools. We can keep the existing standard implementation for UP, but distribute hot spots in an SMP version. 2) AFS people with source licenses like it because we can work around third party implementations that refuse to retain OS patches. 3) I should do locking state sooner. I'll get to it and the web page includes an implementation of vn_put() which will be used in the generic layer. Regards, Mike Hancock To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SV4.3.95.980407113451.614C-100000>