diff options
author | rafan <rafan@FreeBSD.org> | 2007-06-25 05:06:57 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-06-25 05:06:57 +0000 |
commit | ff392b04b74152c589e9f14ea31c47885b30f255 (patch) | |
tree | e25bb945a43065c7209e5ce70cacca6e5925c8b5 /sys/conf/NOTES | |
parent | c929d3d5a396a1c17fc61042ec7a1052060830b5 (diff) | |
download | FreeBSD-src-ff392b04b74152c589e9f14ea31c47885b30f255.zip FreeBSD-src-ff392b04b74152c589e9f14ea31c47885b30f255.tar.gz |
- Remove UMAP filesystem. It was disconnected from build three years ago,
and it is seriously broken.
Discussed on: freebsd-arch@
Approved by: re (mux)
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 3d2f108..73d692d 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -938,12 +938,12 @@ device harp #Pseudo-interface for NATM # currently be demand-loaded.) Some people still prefer to statically # compile other filesystems as well. # -# NB: The PORTAL and UMAP filesystems are known to be buggy, and WILL -# panic your system if you attempt to do anything with them. They are -# included here as an incentive for some enterprising soul to sit down -# and fix them. The UNION filesystem was known to be buggy in the past. -# It is now being actively maintained, although there are still some -# issues being resolved. +# NB: The PORTAL filesystem is known to be buggy, and WILL panic your +# system if you attempt to do anything with it. It is included here +# as an incentive for some enterprising soul to sit down and fix it. +# The UNION filesystem was known to be buggy in the past. It is now +# being actively maintained, although there are still some issues being +# resolved. # # One of these is mandatory: @@ -966,8 +966,6 @@ options PSEUDOFS #Pseudo-filesystem framework options PSEUDOFS_TRACE #Debugging support for PSEUDOFS options SMBFS #SMB/CIFS filesystem options UDF #Universal Disk Format -# Broken (seriously (functionally) broken): -#options UMAPFS #UID map filesystem options UNIONFS #Union filesystem # The xFS_ROOT options REQUIRE the associated ``options xFS'' options NFS_ROOT #NFS usable as root device |