Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/conf UDF has been around for more than a decade in the k...



details:   https://anonhg.NetBSD.org/src/rev/da17b125499c
branches:  trunk
changeset: 364689:da17b125499c
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Wed Apr 06 13:59:22 2022 +0000

description:
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'.

diffstat:

 sys/conf/filesystems.config |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 82fccd2ff2b2 -r da17b125499c sys/conf/filesystems.config
--- a/sys/conf/filesystems.config       Wed Apr 06 13:44:25 2022 +0000
+++ b/sys/conf/filesystems.config       Wed Apr 06 13:59:22 2022 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index