* [PATCH] ext4: Update EXT4_USE_FOR_EXT2 description
@ 2015-09-24 10:38 Jean Delvare
2015-09-24 11:28 ` Jan Kara
0 siblings, 1 reply; 3+ messages in thread
From: Jean Delvare @ 2015-09-24 10:38 UTC (permalink / raw)
To: Jan Kara; +Cc: Theodore Ts'o, Andreas Dilger, linux-ext4
Configuration option EXT4_USE_FOR_EXT2 has no effect on ext3 support.
Support for ext3 is always included now.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Fixes: c290ea01ab ("fs: Remove ext3 filesystem driver")
Cc: Jan Kara <jack@suse.cz>
Cc: Theodore Ts'o <tytso@mit.edu>
Cc: Andreas Dilger <adilger.kernel@dilger.ca>
---
fs/ext4/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-4.3-rc2.orig/fs/ext4/Kconfig 2015-09-20 23:32:34.000000000 +0200
+++ linux-4.3-rc2/fs/ext4/Kconfig 2015-09-24 11:45:21.911961421 +0200
@@ -63,7 +63,7 @@ config EXT4_FS
If unsure, say N.
config EXT4_USE_FOR_EXT2
- bool "Use ext4 for ext2/ext3 file systems"
+ bool "Use ext4 for ext2 file systems"
depends on EXT4_FS
depends on EXT2_FS=n
default y
--
Jean Delvare
SUSE L3 Support
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] ext4: Update EXT4_USE_FOR_EXT2 description
2015-09-24 10:38 [PATCH] ext4: Update EXT4_USE_FOR_EXT2 description Jean Delvare
@ 2015-09-24 11:28 ` Jan Kara
2015-09-24 13:14 ` Jean Delvare
0 siblings, 1 reply; 3+ messages in thread
From: Jan Kara @ 2015-09-24 11:28 UTC (permalink / raw)
To: Jean Delvare; +Cc: Jan Kara, Theodore Ts'o, Andreas Dilger, linux-ext4
On Thu 24-09-15 12:38:22, Jean Delvare wrote:
> Configuration option EXT4_USE_FOR_EXT2 has no effect on ext3 support.
> Support for ext3 is always included now.
>
> Signed-off-by: Jean Delvare <jdelvare@suse.de>
> Fixes: c290ea01ab ("fs: Remove ext3 filesystem driver")
> Cc: Jan Kara <jack@suse.cz>
> Cc: Theodore Ts'o <tytso@mit.edu>
> Cc: Andreas Dilger <adilger.kernel@dilger.ca>
Thanks. I've merged the patch to my tree.
Honza
> ---
> fs/ext4/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> --- linux-4.3-rc2.orig/fs/ext4/Kconfig 2015-09-20 23:32:34.000000000 +0200
> +++ linux-4.3-rc2/fs/ext4/Kconfig 2015-09-24 11:45:21.911961421 +0200
> @@ -63,7 +63,7 @@ config EXT4_FS
> If unsure, say N.
>
> config EXT4_USE_FOR_EXT2
> - bool "Use ext4 for ext2/ext3 file systems"
> + bool "Use ext4 for ext2 file systems"
> depends on EXT4_FS
> depends on EXT2_FS=n
> default y
>
>
> --
> Jean Delvare
> SUSE L3 Support
--
Jan Kara <jack@suse.com>
SUSE Labs, CR
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] ext4: Update EXT4_USE_FOR_EXT2 description
2015-09-24 11:28 ` Jan Kara
@ 2015-09-24 13:14 ` Jean Delvare
0 siblings, 0 replies; 3+ messages in thread
From: Jean Delvare @ 2015-09-24 13:14 UTC (permalink / raw)
To: Jan Kara; +Cc: Theodore Ts'o, Andreas Dilger, linux-ext4
Le Thursday 24 September 2015 à 13:28 +0200, Jan Kara a écrit :
> On Thu 24-09-15 12:38:22, Jean Delvare wrote:
> > Configuration option EXT4_USE_FOR_EXT2 has no effect on ext3 support.
> > Support for ext3 is always included now.
> >
> > Signed-off-by: Jean Delvare <jdelvare@suse.de>
> > Fixes: c290ea01ab ("fs: Remove ext3 filesystem driver")
> > Cc: Jan Kara <jack@suse.cz>
> > Cc: Theodore Ts'o <tytso@mit.edu>
> > Cc: Andreas Dilger <adilger.kernel@dilger.ca>
>
> Thanks. I've merged the patch to my tree.
>
> Honza
>
> > ---
> > fs/ext4/Kconfig | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > --- linux-4.3-rc2.orig/fs/ext4/Kconfig 2015-09-20 23:32:34.000000000 +0200
> > +++ linux-4.3-rc2/fs/ext4/Kconfig 2015-09-24 11:45:21.911961421 +0200
> > @@ -63,7 +63,7 @@ config EXT4_FS
> > If unsure, say N.
> >
> > config EXT4_USE_FOR_EXT2
> > - bool "Use ext4 for ext2/ext3 file systems"
> > + bool "Use ext4 for ext2 file systems"
On second thought I'm not sure if the use of plural is still desired.
You decide ;-)
> > depends on EXT4_FS
> > depends on EXT2_FS=n
> > default y
> >
Thanks,
--
Jean Delvare
SUSE L3 Support
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-09-24 13:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24 10:38 [PATCH] ext4: Update EXT4_USE_FOR_EXT2 description Jean Delvare
2015-09-24 11:28 ` Jan Kara
2015-09-24 13:14 ` Jean Delvare
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).