summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2007-07-11 12:14:37 +0000
committerRobert Watson <rwatson@FreeBSD.org>2007-07-11 12:14:37 +0000
commitf11c1e88f60245861dcf6a8ae18a8ff47c90b9fc (patch)
treee85aa0aa89fa66b991c349240602b93891b866bd
parent43d488c6d298793e7c6e3b1d6ccd837a8991199e (diff)
Notes
-rw-r--r--sys/coda/00READ15
1 files changed, 0 insertions, 15 deletions
diff --git a/sys/coda/00READ b/sys/coda/00READ
deleted file mode 100644
index ef554177daf0..000000000000
--- a/sys/coda/00READ
+++ /dev/null
@@ -1,15 +0,0 @@
-WARNING:
- A version of this code has run on stable for a while now.
- The code has been recently ported to current. It is mostly
- working, but hasn't been run long enough to be sure all the
- bugs are sorted out. Let me know if there are any problems.
- In particular, killing venus (or rebooting) when/if venus
- is hung, may not work correctly.
-
- This code is not SMP ready. Most locks are on vnodes
- and cnodes and go thru the lock manager. There are a
- few hashes and queues that need to be locked -- I think that's
- all that is needed.
-
-
- rvb@cmu.edu