summaryrefslogtreecommitdiff
path: root/sys/filecorefs
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2002-04-16 23:14:05 +0000
committerthorpej <thorpej@NetBSD.org>2002-04-16 23:14:05 +0000
commit37dc008ca3009fb577fc40fb177b2dc9d7210a85 (patch)
treed57caf144b4d0241cda629ca76ca78e79ff4e92f /sys/filecorefs
parent8c0f10ff03fbf38370bb60e8d952c4b76b5c2005 (diff)
Cleanup how file system configuration information is declared, grouping
related information together, with the file system code itself. This is just low-hanging fruit -- more to come.
Diffstat (limited to 'sys/filecorefs')
-rw-r--r--sys/filecorefs/files.filecorefs10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/filecorefs/files.filecorefs b/sys/filecorefs/files.filecorefs
new file mode 100644
index 00000000000..0014012c1db
--- /dev/null
+++ b/sys/filecorefs/files.filecorefs
@@ -0,0 +1,10 @@
+# $NetBSD: files.filecorefs,v 1.1 2002/04/16 23:14:06 thorpej Exp $
+
+deffs FILECORE
+
+file filecorefs/filecore_bmap.c filecore
+file filecorefs/filecore_lookup.c filecore
+file filecorefs/filecore_node.c filecore
+file filecorefs/filecore_utils.c filecore
+file filecorefs/filecore_vfsops.c filecore
+file filecorefs/filecore_vnops.c filecore