From: David Howells <dhowells@redhat.com>
To: torvalds@osdl.org, akpm@linux-foundation.org, linux-ext4@vger.kernel.org
Cc: dhowells@redhat.com, linux-fsdevel@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH] Ext4: Don't ask about supporting ext2/3 in ext4 if ext4 is not configured
Date: Mon, 14 Dec 2009 13:55:46 +0000 [thread overview]
Message-ID: <20091214135546.10111.4495.stgit@warthog.procyon.org.uk> (raw)
Don't offer to build ext2/3 support into ext4 if ext4 itself is not configured
on.
Signed-off-by: David Howells <dhowells@redhat.com>
---
fs/ext4/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fs/ext4/Kconfig b/fs/ext4/Kconfig
index 9acf7e8..c48a6bc 100644
--- a/fs/ext4/Kconfig
+++ b/fs/ext4/Kconfig
@@ -28,7 +28,7 @@ config EXT4_FS
config EXT4_USE_FOR_EXT23
bool "Use ext4 for ext2/ext3 file systems"
- depends on EXT3_FS=n || EXT2_FS=n
+ depends on EXT4_FS && (EXT3_FS=n || EXT2_FS=n)
default y
help
Allow the ext4 file system driver code to be used for ext2 or
next reply other threads:[~2009-12-14 13:55 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-14 13:55 David Howells [this message]
2009-12-14 14:30 ` [PATCH] Ext4: Don't ask about supporting ext2/3 in ext4 if ext4 is not configured tytso
2009-12-14 18:10 ` Linus Torvalds
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=20091214135546.10111.4495.stgit@warthog.procyon.org.uk \
--to=dhowells@redhat.com \
--cc=akpm@linux-foundation.org \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-fsdevel@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@osdl.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox