All of lore.kernel.org
 help / color / mirror / Atom feed
* [TRIVIAL PATCH 2.5.68-bk latest] allow modular JBD
@ 2003-04-24 17:50 Paul Clements
  0 siblings, 0 replies; only message in thread
From: Paul Clements @ 2003-04-24 17:50 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 313 bytes --]

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

[-- Attachment #2: jbd_modular_patch.diff --]
[-- Type: text/plain, Size: 481 bytes --]

--- 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-24 17:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-24 17:50 [TRIVIAL PATCH 2.5.68-bk latest] allow modular JBD Paul Clements

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.