Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Mar 2003 11:42:11 -0800 (PST)
From:      Nate Lawson <nate@root.org>
To:        arch@freebsd.org, current@freebsd.org
Subject:   5.x locking plan
Message-ID:  <Pine.BSF.4.21.0303271138130.30056-100000@root.org>

next in thread | raw e-mail | index | archive | help
My curiousity has overcome my fear of the bikeshed so I'll ask the
question that has been bugging me for a while.  Why haven't we gone
through the tree and created a lock for each spl and then converted every
spl call into the appropriate mtx_lock call?  At that point, we can mark
large sections of the tree giant-free and then make the locking data-based
(instead of code-based) one section at a time.  This is the approach
Solaris took.

-Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0303271138130.30056-100000>