Subject: CVS commit: src/sys/dev/sysmon
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 07/21/2007 17:18:01
Module Name: src
Committed By: xtraeme
Date: Sat Jul 21 17:18:01 UTC 2007
Modified Files:
src/sys/dev/sysmon: sysmon_envsys.c
Log Message:
Use the mutex that belongs to the specific task and do not mix them
blindly.
- sme_list_mtx to access to the linked lists sme_list/sme_names_list.
- sme_mtx to access to the data in the sysmon envsys device.
To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 src/sys/dev/sysmon/sysmon_envsys.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.