Hello!
fs/Makefile in Linux-2.4.20-pre5 doesn't add fs/befs to the directories to
be processed. The patch is trivial:
========================
--- linux.orig/fs/Makefile
+++ linux/fs/Makefile
@@ -66,6 +66,7 @@
subdir-$(CONFIG_REISERFS_FS) += reiserfs
subdir-$(CONFIG_DEVPTS_FS) += devpts
subdir-$(CONFIG_SUN_OPENPROMFS) += openpromfs
+subdir-$(CONFIG_BEFS_FS) += befs
subdir-$(CONFIG_JFS_FS) += jfs
========================
This line is present in 2.4.20-pre4-ac2, so I added it exactly to the same
position as Alan.
-- Regards, Pavel Roskin- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sat Aug 31 2002 - 22:00:30 EST