From 0065d85902d214f267c2ca8765d5d556617d310e Mon Sep 17 00:00:00 2001 From: Scott Long Date: Fri, 27 Feb 2004 03:15:15 +0000 Subject: [PATCH] Robert Watson addressed the issue of the proc locking being grabbed twice for each system call. Drop it off the list since there really is no way to explicitely test it. Thanks to Robert for working on this! --- en/releases/5.3R/todo.sgml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/en/releases/5.3R/todo.sgml b/en/releases/5.3R/todo.sgml index 3c89509402..778ecac123 100644 --- a/en/releases/5.3R/todo.sgml +++ b/en/releases/5.3R/todo.sgml @@ -1,7 +1,7 @@ - + %includes; %developers; @@ -144,14 +144,6 @@ amd64 as a Tier-1 platform. - - Excessive process locking in system call path - &status.new; - -- - Currently, the process lock is grabbed and released twice for every - system call in STOPEVENT(). This needs to be corrected. - -

Desired features for 5.3-RELEASE