From: Paul Clements <Paul.Clements@SteelEye.com>
To: linux-kernel@vger.kernel.org
Subject: [TRIVIAL PATCH 2.5.68-bk latest] allow modular JBD
Date: Thu, 24 Apr 2003 13:50:20 -0400 [thread overview]
Message-ID: <3EA823DC.FD84455@SteelEye.com> (raw)
[-- 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
reply other threads:[~2003-04-24 17:38 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3EA823DC.FD84455@SteelEye.com \
--to=paul.clements@steeleye.com \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.