[TRIVIAL PATCH 2.5.68-bk latest] allow modular JBD

From: Paul Clements (Paul.Clements@SteelEye.com)
Date: Thu Apr 24 2003 - 12:50:20 EST


Currently, when I build ext3 as a module, jbd gets built into the kernel
proper. This trivial patch allows jbd to be built as a module when ext3
is also modular. I believe this is the intention, as this is how it
works in 2.4. I've built and tested with modular jbd and ext3 on 2.5.68.
Please apply.

Thanks,
Paul

--- linux-2.5/fs/Kconfig.PRISTINE Thu Apr 24 13:23:49 2003
+++ linux-2.5/fs/Kconfig Thu Apr 24 13:23:57 2003
@@ -135,7 +135,7 @@
 # CONFIG_JBD could be its own option (even modular), but until there are
 # other users than ext3, we will simply make it be the same as CONFIG_EXT3_FS
 # dep_tristate ' Journal Block Device support (JBD for ext3)' CONFIG_JBD $CONFIG_EXT3_FS
- bool
+ tristate
         default EXT3_FS
         help
           This is a generic journaling layer for block devices. It is

-
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 : Wed Apr 30 2003 - 22:00:17 EST