- Remove duplicate entry for eventhandler locking.

- Make the eventhandler locking task more generic (don't require sx locks)
  and move it to still being a wip and assign it to both Mike Smith
  (who did the original locking) and to Jon Mini (who is reworking it into
  its hopefully final form).
This commit is contained in:
John Baldwin 2002-04-08 17:53:52 +00:00
parent ba79b9d6c0
commit 538e672be7
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12718

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.68 2002/04/07 03:23:12 rwatson Exp $">
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.69 2002/04/08 09:29:46 tanimura Exp $">
<!ENTITY title "FreeBSD SMP Project">
<!ENTITY email 'freebsd-smp'>
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
@ -686,13 +686,6 @@
<td> &status.done; </td>
</tr>
<tr>
<td> Move from lockmgr locks to sx locks for event handlers. </td>
<td> Jonathan Mini </td>
<td> 1 April 2002 </td>
<td> &status.done; </td>
</tr>
<tr>
<td> Move from flags/tsleep lock to sx locks to protect sysctl
tree from updates during sysctl operations. </td>
@ -926,6 +919,13 @@
<td> &status.wip; </td>
</tr>
<tr>
<td> Lock eventhandlers. </td>
<td> &a.msmith;, Jonathan Mini </td>
<td> 8 April 2002 </td>
<td> &status.wip; </td>
</tr>
<!-- Stalled -->
<tr>
@ -1049,13 +1049,6 @@
<td> &status.new; </td>
</tr>
<tr>
<td> Convert eventhandlers to sx locks. </td>
<td> &nbsp; </td>
<td> 7 September 2001 </td>
<td> &status.new; </td>
</tr>
<tr>
<td> Add witness checking for lockmgr locks. </td>
<td> &nbsp; </td>