From 6e00abc0decd2c03cbfd815aea54c0805dc413ac Mon Sep 17 00:00:00 2001
From: Joel Dahl <joel@FreeBSD.org>
Date: Wed, 15 Feb 2006 12:21:31 +0000
Subject: [PATCH] Quoting mlaier@: "rwlocks are cool and solve 60% of the
 problem, but they lack priority propagation.  So the best thing for the
 TODO-list would be to change the entry to "Priority Propagation for
 rwlock(9)"

So, comment out the "Usable lock implementation with SX-semantics" entry
for now.  I'll rename it to "Priority Propagation for rwlock(9)" when
someone submits a new, complete description for this entry.
---
 en/projects/ideas/index.sgml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/en/projects/ideas/index.sgml b/en/projects/ideas/index.sgml
index 2c03166e58..8f688b2cb6 100644
--- a/en/projects/ideas/index.sgml
+++ b/en/projects/ideas/index.sgml
@@ -1,6 +1,6 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" [
 <!ENTITY base CDATA "../..">
-<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.22 2006/02/12 08:17:21 joel Exp $">
+<!ENTITY date "$FreeBSD: www/en/projects/ideas/index.sgml,v 1.23 2006/02/15 12:04:57 joel Exp $">
 <!ENTITY title "FreeBSD list of projects and ideas for volunteers">
 <!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
 <!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@@ -54,8 +54,8 @@
   <li><a href="#p-psched">Port the "Pluggable Disk Schedulers" SoC project to
     current/GEOM</a></li>
   <li><a href="#p-usbnetbsd">Sync USB code with NetBSD</a></li>
-  <li><a href="#p-sxsemantics">Usable lock implementation with
-    SX-semantics</a></li>
+  <!--<li><a href="#p-sxsemantics">Usable lock implementation with
+    SX-semantics</a></li>-->
   <li><a href="#p-docsysctl">Document as many sysctls as possible</a></li>
   <li><a href="#p-docsound">Document the sound subsystem</a></li>
   <li><a href="#p-sync4front">Syncing with the 4Front Technologies OSS v4
@@ -281,7 +281,7 @@
 
 <hr>
 
-<a name="p-sxsemantics"></a>
+<!--<a name="p-sxsemantics"></a>
 <h2>Usable lock implementation with SX-semantics</h2>
 <p><strong>Technical contact</strong>: <a
   href="mailto:mlaier@FreeBSD.org">&a.mlaier;</a></p>
@@ -306,7 +306,7 @@
   <li>Knowledge about shared/exclusive locking in SMP systems.</li>
 </ul>
 
-<hr>
+<hr>-->
 
 <a name="p-docsysctl"></a>
 <h2>Document as many sysctls as possible</h2>