svn commit: r300065 - head/sys/conf

George V. Neville-Neil gnn at FreeBSD.org
Tue May 17 16:59:54 UTC 2016


Author: gnn
Date: Tue May 17 16:59:53 2016
New Revision: 300065
URL: https://svnweb.freebsd.org/changeset/base/300065

Log:
  Finish cleaning up after killing ReiserFS.
  
  Remove LINT/NOTES option and file linkages.

Modified:
  head/sys/conf/NOTES
  head/sys/conf/files

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Tue May 17 16:58:39 2016	(r300064)
+++ head/sys/conf/NOTES	Tue May 17 16:59:53 2016	(r300065)
@@ -1139,12 +1139,6 @@ options 	NFS_DEBUG		# Enable NFS Debuggi
 #
 options 	EXT2FS
 
-#
-# Add support for the ReiserFS filesystem (used in Linux). Currently,
-# this is limited to read-only access.
-#
-options 	REISERFS
-
 # Cryptographically secure random number generator; /dev/random
 device		random
 
@@ -3063,4 +3057,4 @@ options		EM_MULTIQUEUE # Activate multiq
 options 	GZIO
 
 # BHND(4) drivers
-options		BHND_LOGLEVEL	# Logging threshold level
\ No newline at end of file
+options		BHND_LOGLEVEL	# Logging threshold level

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Tue May 17 16:58:39 2016	(r300064)
+++ head/sys/conf/files	Tue May 17 16:59:53 2016	(r300065)
@@ -3155,15 +3155,6 @@ fs/ext2fs/ext2_lookup.c		optional ext2fs
 fs/ext2fs/ext2_subr.c		optional ext2fs
 fs/ext2fs/ext2_vfsops.c		optional ext2fs
 fs/ext2fs/ext2_vnops.c		optional ext2fs
-gnu/fs/reiserfs/reiserfs_hashes.c	optional reiserfs \
-	warning "kernel contains GPL contaminated ReiserFS filesystem"
-gnu/fs/reiserfs/reiserfs_inode.c	optional reiserfs
-gnu/fs/reiserfs/reiserfs_item_ops.c	optional reiserfs
-gnu/fs/reiserfs/reiserfs_namei.c	optional reiserfs
-gnu/fs/reiserfs/reiserfs_prints.c	optional reiserfs
-gnu/fs/reiserfs/reiserfs_stree.c	optional reiserfs
-gnu/fs/reiserfs/reiserfs_vfsops.c	optional reiserfs
-gnu/fs/reiserfs/reiserfs_vnops.c	optional reiserfs
 #
 isa/isa_if.m			standard
 isa/isa_common.c		optional isa


More information about the svn-src-all mailing list