diff --git a/en/smp/index.sgml b/en/smp/index.sgml
index d8f7bb9082..1d8487b35a 100644
--- a/en/smp/index.sgml
+++ b/en/smp/index.sgml
@@ -1,6 +1,6 @@
-
+
%includes;
@@ -812,6 +812,16 @@
&status.wip; |
+
+ Move to shared lock for VOP_GETATTR() to reduce blocking during
+ frequent lightweight VFS operations. Modify namei() to provide
+ a LOOKUP_SHARED flag to indicate when the lock required may be
+ shared instead of exclusive. |
+ &a.jeff; |
+ 11 March 2002 |
+ &status.wip; |
+
+
@@ -1038,9 +1048,9 @@
- Move to shared lock for VOP_GETATTR() to reduce blocking during
- frequent lightweight VFS operations. Review strategy for other
- vnode operations. |
+ Review locking strategy and correctness of VFS operations
+ and fix up various failure modes associated with enabling
+ VFS locking assertions. |
&a.jeff; |
27 February 2002 |
&status.new; |