DragonFly BSD
DragonFly kernel List (threaded) for 2006-08
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

vnode lock below vfs


From: rick@xxxxxxxxxxxxxxxxxxxxxxxx
Date: Thu, 10 Aug 2006 11:56:08 -0400 (EDT)

btw, in case you haven't looked at it, what Apple seems to have done for
Darwin8 is put a mutex lock right in the vnode. The vnode operation stub
grabs this mutex lock, if the flag in the vfs switch says the file system
isn't smp safe. (This is true for all file systems, as of 10.4.6.)

The effect is similar to a vnode lock grabbed right at the vnode op call.

I don't know if this would be of any use for what you are trying to do, rick



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]