lkml.org 
[lkml]   [2009]   [Dec]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] Ext4: Don't ask about supporting ext2/3 in ext4 if ext4 is not configured
Date
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


\
 
 \ /
  Last update: 2009-12-14 14:59    [W:0.039 / U:0.456 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site