Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151478118
D14092.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
975 B
Referenced Files
None
Subscribers
None
D14092.diff
View Options
Index: head/sys/conf/files
===================================================================
--- head/sys/conf/files
+++ head/sys/conf/files
@@ -4814,8 +4814,8 @@
ufs/ffs/ffs_inode.c optional ffs
ufs/ffs/ffs_snapshot.c optional ffs
ufs/ffs/ffs_softdep.c optional ffs
-ufs/ffs/ffs_subr.c optional ffs
-ufs/ffs/ffs_tables.c optional ffs
+ufs/ffs/ffs_subr.c optional ffs | geom_label
+ufs/ffs/ffs_tables.c optional ffs | geom_label
ufs/ffs/ffs_vfsops.c optional ffs
ufs/ffs/ffs_vnops.c optional ffs
ufs/ffs/ffs_rawread.c optional ffs directio
Index: head/sys/geom/label/g_label_ufs.c
===================================================================
--- head/sys/geom/label/g_label_ufs.c
+++ head/sys/geom/label/g_label_ufs.c
@@ -146,3 +146,5 @@
G_LABEL_INIT(ufsid, g_label_ufs_id, "Create device nodes for UFS file system IDs");
G_LABEL_INIT(ufs, g_label_ufs_volume, "Create device nodes for UFS volume names");
+
+MODULE_DEPEND(g_label, ufs, 1, 1, 1);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 9, 4:38 PM (13 h, 20 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31164997
Default Alt Text
D14092.diff (975 B)
Attached To
Mode
D14092: Make g_label depend on FFS for now.
Attached
Detach File
Event Timeline
Log In to Comment