Messages in this thread Patch in this message |  | | Date | Fri, 30 Aug 2002 09:38:37 -0400 (EDT) | From | Pavel Roskin <> | Subject | [PATCH] befs not compiled in 2.4.20-pre5 |
| |
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/
|  |