From 84c74ca11e4f9b179d0b548864d7c23f5188db11 Mon Sep 17 00:00:00 2001
From: Scott Long
Date: Sat, 15 Apr 2006 16:29:01 +0000
Subject: [PATCH] Remove an obsolete project.
---
en/projects/summerofcode.sgml | 18 +-----------------
1 file changed, 1 insertion(+), 17 deletions(-)
diff --git a/en/projects/summerofcode.sgml b/en/projects/summerofcode.sgml
index bd155c849e..dcc0089ff3 100644
--- a/en/projects/summerofcode.sgml
+++ b/en/projects/summerofcode.sgml
@@ -1,6 +1,6 @@
-
+
%navincludes;
%includes;
@@ -122,22 +122,6 @@ href="&base;/projects/ideas/index.html">here.
href="mailto:dwmalone@freebsd.org">&a.dwmalone; is the
coordinator.
- UFS Journaling: Add transaction journaling and
- playback to the UFS filesystem. The goal is to increase the reliability
- of the filesystem and greatly reduce the need for a full 'fsck' after
- a crash or power loss. This is a project that deals with not only
- the filesystem internals, but also the VM and buffer/cache systems,
- so it is an excellent opportunity to learn about many fundamental
- aspects of an operating system.
-
- Work is already in progress on this task, but more help is always
- needed and welcome. Candidates should have at least a cursory
- understanding of filesystem data structures (inodes, free lists,
- directories) and a strong desire to learn more about such systems.
- This project would be a major contribution to anyone's resume, but it
- is not for the faint of heart. &a.scottl; is the coordinator.
-
Autofs: Create the autofs filesystem from a
specification. Candidates should have some filesystem knowledge
and network filesystem knowledge. Most of this work is done,