Re: mutex lock for filesystem list.

2008-01-18 Thread Fernando Apesteguía
On 1/13/08, Ed Schouten <[EMAIL PROTECTED]> wrote: > * Fernando Apesteguía <[EMAIL PROTECTED]> wrote: > > I'm trying to write a patch to add a file to the linprocfs. This file > > provides the list of filesystems present in the kernel. > > > > Though I was able to create the file and traverse the l

Re: mutex lock for filesystem list.

2008-01-14 Thread gregoryd . freebsd
Quoting Julian Elischer <[EMAIL PROTECTED]>: > but be warned that th at book was written part way through the SMP > rewrite so a lot has changed... Dr McKusick said the words "Next > edition" the other day but I think it's still just a glimmer in his eye. I for one am _really_ looking forward to

Re: mutex lock for filesystem list.

2008-01-13 Thread Julian Elischer
Ed Schouten wrote: And of course I forgot to answer all the questions. * Fernando Apesteguía <[EMAIL PROTECTED]> wrote: In addition I'd like to know if there is a book similar to the Understanding the Linux kernel, but for freebsd. What is the best information source to get introduced in the fr

Re: mutex lock for filesystem list.

2008-01-13 Thread Ed Schouten
And of course I forgot to answer all the questions. * Fernando Apesteguía <[EMAIL PROTECTED]> wrote: > In addition I'd like to know if there is a book similar to the > Understanding the Linux kernel, but for freebsd. What is the best > information source to get introduced in the freebsd kernel pro

Re: mutex lock for filesystem list.

2008-01-13 Thread Ed Schouten
* Fernando Apesteguía <[EMAIL PROTECTED]> wrote: > I'm trying to write a patch to add a file to the linprocfs. This file > provides the list of filesystems present in the kernel. > > Though I was able to create the file and traverse the list, it's > clearly unsafe. I would like to know wich semaph

mutex lock for filesystem list.

2008-01-13 Thread Fernando Apesteguía
Hi all, I'm trying to write a patch to add a file to the linprocfs. This file provides the list of filesystems present in the kernel. Though I was able to create the file and traverse the list, it's clearly unsafe. I would like to know wich semaphore I should lock cause I can't find it in the ker