:Regarding the instrumentation of Giant for *trivial* stuff like this: I'm
:one of the people you called "bozos" that disagrees with you about the
:usefulness of bloating the source with this stuff that only needs to be
:removed again later.
:
:Cheers,
:-Peter
:--
:Peter Wemm - [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED]
You have a right to your opinion, but please keep in mind that the
instrumentation is there to compartmentalize work being done on entire
subsystems. Even though I think Giant instrumentation isn't
necessarily necessary for something like getuid() I finally decided that
it had to be instrumented because people are working on so many subsystems
in parallel that the ONLY way one can debug them properly is by having
the ability to put everyone else's subsystem work back under Giant.
If the ucred subsystem were the only thing we were working on I probably
wouldn't bother. But it ISN'T the only thing we are working on. We
are working on ucred, PROC locking, file descriptor locking, and soon
we will be working on file ops, vnops, the I/O subsystem, the network
stack..... you see where this is leading?
-Matt
Matthew Dillon
<[EMAIL PROTECTED]>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message