aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorMaxime Henrion <mux@FreeBSD.org>2005-05-24 18:31:34 +0000
committerMaxime Henrion <mux@FreeBSD.org>2005-05-24 18:31:34 +0000
commit32b37b0ea57ff14e97d3d2d7a620bcd53ac8a43d (patch)
treef9e6794bc71d7a95b674e3972c8f0129e03986ef /sys/conf
parent473dd55f2e592ac308e60d1fe9f6df2d19e00e65 (diff)
downloadsrc-32b37b0ea57ff14e97d3d2d7a620bcd53ac8a43d.tar.gz
src-32b37b0ea57ff14e97d3d2d7a620bcd53ac8a43d.zip
- Move the REISERFS option in the MD NOTES file for i386, it doesn't
exist on other architectures yet. - While I'm here, fix the formatting of the options line. The keyword "options" should be followed by a space and then a tab, not 2 tabs.
Notes
Notes: svn path=/head/; revision=146585
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index a8aaa3f2d25f..480ccab14a6b 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -916,12 +916,6 @@ device vcoda #coda minicache <-> venus comm.
#
options EXT2FS
-#
-# Add support for the ReiserFS filesystem (used in Linux). Currently,
-# this is limited to read-only access.
-#
-options REISERFS
-
# Use real implementations of the aio_* system calls. There are numerous
# stability and security issues in the current aio code that make it
# unsuitable for inclusion on machines with untrusted local users.