Messages in this thread Patch in this message |  | | Date | Wed, 11 Sep 2002 15:52:09 -0400 (EDT) | From | Pavel Roskin <> | Subject | [PATCH]: 2.4.20-pre6: befs still not in fs/Makefile |
| |
Hello, Marcelo!
befs (BeOS filesystem) still doesn't work in your series because it's missing in fs/Makefile. Patch:
=================================== --- 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 =================================== -- 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/
|  |