Module Name:    src
Committed By:   reinoud
Date:           Wed Apr  6 13:59:22 UTC 2022

Modified Files:
        src/sys/conf: filesystems.config

Log Message:
UDF has been around for more than a decade in the kernel. Now with a
fsck_udf(8) it is not making sense to keep it calling `experimental'.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/conf/filesystems.config

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/conf/filesystems.config
diff -u src/sys/conf/filesystems.config:1.14 src/sys/conf/filesystems.config:1.15
--- src/sys/conf/filesystems.config:1.14	Sat Apr  4 15:43:22 2020
+++ src/sys/conf/filesystems.config	Wed Apr  6 13:59:22 2022
@@ -1,4 +1,4 @@
-# $NetBSD: filesystems.config,v 1.14 2020/04/04 15:43:22 jdolecek Exp $
+# $NetBSD: filesystems.config,v 1.15 2022/04/06 13:59:22 reinoud Exp $
 #file-system	ADOSFS		# AmigaDOS-compatible file system
 #options 	APPLE_UFS	# Apple UFS support in FFS
 #file-system	AUTOFS		# Automounter Filesystem
@@ -28,7 +28,7 @@ file-system	PUFFS		# Userspace file syst
 pseudo-device	putter		# for puffs and pud
 #file-system	SYSVBFS		# sysvfs
 file-system	TMPFS		# Efficient memory file-system
-#file-system	UDF		# experimental - OSTA UDF CD/DVD file-system
+file-system	UDF		# OSTA UDF CD/DVD file-system
 file-system	UMAPFS		# NULLFS + uid and gid remapping
 file-system	UNION		# union file system
 #file-system	V7FS		# 7th Edition(V7) File System

Reply via email to