Anyways, here's a patch so it can compile as a module... *grin*...
(I don't know if this is correct - but it works for me - anyone else want
to look? :)
[Actually - perhaps the #include "hfs/hfs.h" isn't necessary. Not sure]
G'day, eh? :)
- Teunis
--- fs/filesystems.c.orig Mon Jan 12 19:48:36 1998
+++ fs/filesystems.c Mon Jan 12 19:48:56 1998
@@ -25,7 +25,10 @@
#include <linux/romfs_fs.h>
#include <linux/auto_fs.h>
#include <linux/ntfs_fs.h>
+#ifdef CONFIG_HFS_FS
+#include "hfs/hfs.h"
#include <linux/hfs_fs.h>
+#endif
#include <linux/major.h>
#include <linux/smp.h>
#include <linux/smp_lock.h>