http://defect.opensolaris.org/bz/show_bug.cgi?id=8414
Summary: old recursive locking code in nwamd_object_list_lock()
can be removed
Classification: Development
Product: nwam
Version: unspecified
Platform: ANY/Generic
OS/Version: All
Status: NEW
Status Whiteboard: nwam1-build:2009-04-20
Severity: minor
Priority: P4
Component: ON daemon
AssignedTo: alan.maguire at sun.com
ReportedBy: alan.maguire at sun.com
QAContact: nwam-dev at opensolaris.org
there's some cruft from the old (broken) locking scheme in
nwamd_object_list_lock() that should have been removed as part of the other
locking changes. Specifically:
/* If this thread already owns the mutex, that's okay */
if (errno == EDEADLK)
return (0);
--
Configure bugmail: http://defect.opensolaris.org/bz/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.