2003-07-26 19:42:19

by Tomas Szepe

[permalink] [raw]
Subject: [TRIVIAL] use ext2/ext3 consistently in Kconfig

$subj + also clarify what fs versions the current reiser module supports.
Patch against -bk3.

--
Tomas Szepe <[email protected]>


diff -urN a/fs/Kconfig b/fs/Kconfig
--- a/fs/Kconfig 2003-07-26 20:50:55.000000000 +0200
+++ b/fs/Kconfig 2003-07-26 20:51:48.000000000 +0200
@@ -5,7 +5,7 @@
menu "File systems"

config EXT2_FS
- tristate "Second extended fs support"
+ tristate "Ext2 fs support"
help
This is the de facto standard Linux file system (method to organize
files on a storage device) for hard disks.
@@ -89,7 +89,7 @@
tristate "Ext3 journalling file system support"
help
This is the journaling version of the Second extended file system
- (often called ext3), the de facto standard Linux file system
+ (often called ext2), the de facto standard Linux file system
(method to organize files on a storage device) for hard disks.

The journaling code included in this driver means you do not have
@@ -200,7 +200,7 @@
default m if EXT2_FS=m || EXT3_FS=m

config REISERFS_FS
- tristate "Reiserfs support"
+ tristate "Reiserfs support (for v3.5 & v3.6 filesystems)"
help
Stores not just filenames but the files themselves in a balanced
tree. Uses journaling.


2003-07-26 20:06:52

by Jeff Sipek

[permalink] [raw]
Subject: Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Saturday 26 July 2003 15:57, Tomas Szepe wrote:
<snip>
> @@ -89,7 +89,7 @@
> tristate "Ext3 journalling file system support"
> help
> This is the journaling version of the Second extended file system
> - (often called ext3), the de facto standard Linux file system
> + (often called ext2), the de facto standard Linux file system

The journaling version is ext3, not ext2...

> (method to organize files on a storage device) for hard disks.
>
> The journaling code included in this driver means you do not have

Jeff.

- --
The Moon is Waning Crescent (6% of Full)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQE/IuLewFP0+seVj/4RAlsDAJ9q3HWdl2aglGL04TloJYhIykuLiwCgx5RY
oSpW1bYjhdNZmnu/zHS6DjA=
=k1N2
-----END PGP SIGNATURE-----

2003-07-26 20:13:53

by Sean Neakums

[permalink] [raw]
Subject: Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig

Jeff Sipek <[email protected]> writes:

> On Saturday 26 July 2003 15:57, Tomas Szepe wrote:
> <snip>
>> @@ -89,7 +89,7 @@
>> tristate "Ext3 journalling file system support"
>> help
>> This is the journaling version of the Second extended file system
>> - (often called ext3), the de facto standard Linux file system
>> + (often called ext2), the de facto standard Linux file system
>
> The journaling version is ext3, not ext2...

But the *second* extended file system is indeed often called ext2.

2003-07-26 20:37:37

by Kurt Wall

[permalink] [raw]
Subject: Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig

Quoth Jeff Sipek:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Saturday 26 July 2003 15:57, Tomas Szepe wrote:
> <snip>
> > @@ -89,7 +89,7 @@
> > tristate "Ext3 journalling file system support"
> > help
> > This is the journaling version of the Second extended file system
> > - (often called ext3), the de facto standard Linux file system
> > + (often called ext2), the de facto standard Linux file system
>
> The journaling version is ext3, not ext2...

But the confusion really just points out that this help text is
grammatically challenged.

Kurt
--
After living in New York, you trust nobody, but you believe
everything. Just in case.

2003-07-26 20:46:51

by Sean Neakums

[permalink] [raw]
Subject: Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig

Kurt Wall <[email protected]> writes:

> Quoth Jeff Sipek:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On Saturday 26 July 2003 15:57, Tomas Szepe wrote:
>> <snip>
>> > @@ -89,7 +89,7 @@
>> > tristate "Ext3 journalling file system support"
>> > help
>> > This is the journaling version of the Second extended file system
>> > - (often called ext3), the de facto standard Linux file system
>> > + (often called ext2), the de facto standard Linux file system
>>
>> The journaling version is ext3, not ext2...
>
> But the confusion really just points out that this help text is
> grammatically challenged.

*cough* bikeshed *cough*

2003-07-26 21:06:44

by Tomas Szepe

[permalink] [raw]
Subject: Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig

> [[email protected]]
>
> Jeff Sipek <[email protected]> writes:
>
> > On Saturday 26 July 2003 15:57, Tomas Szepe wrote:
> > <snip>
> >> @@ -89,7 +89,7 @@
> >> tristate "Ext3 journalling file system support"
> >> help
> >> This is the journaling version of the Second extended file system
> >> - (often called ext3), the de facto standard Linux file system
> >> + (often called ext2), the de facto standard Linux file system
> >
> > The journaling version is ext3, not ext2...
>
> But the *second* extended file system is indeed often called ext2.

Oh well, I guess I should have rephrased this wonderful little
stylistics exhibit in the first place.

diff -urN a/fs/Kconfig b/fs/Kconfig
--- a/fs/Kconfig 2003-06-14 23:07:12.000000000 +0200
+++ b/fs/Kconfig 2003-07-26 23:18:35.000000000 +0200
@@ -5,7 +5,7 @@
menu "File systems"

config EXT2_FS
- tristate "Second extended fs support"
+ tristate "Ext2 fs support"
help
This is the de facto standard Linux file system (method to organize
files on a storage device) for hard disks.
@@ -86,11 +86,12 @@
extended attributes for file security labels, say N.

config EXT3_FS
- tristate "Ext3 journalling file system support"
+ tristate "Ext3 journaling file system support"
help
- This is the journaling version of the Second extended file system
- (often called ext3), the de facto standard Linux file system
- (method to organize files on a storage device) for hard disks.
+ Ext3 is a jornaling version of the Second extended fs
+ (or just ext2fs), the de facto standard Linux filesystem
+ (method to organize files on a storage device) for block
+ devices such as hard disk partitions.

The journaling code included in this driver means you do not have
to run e2fsck (file system checker) on your file systems after a
@@ -200,7 +201,7 @@
default m if EXT2_FS=m || EXT3_FS=m

config REISERFS_FS
- tristate "Reiserfs support"
+ tristate "Reiserfs support (for v3.5 & v3.6 filesystems)"
help
Stores not just filenames but the files themselves in a balanced
tree. Uses journaling.

2003-07-26 21:15:48

by Sean Neakums

[permalink] [raw]
Subject: Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig

I hate to drag this out further...

Tomas Szepe <[email protected]> writes:

> - This is the journaling version of the Second extended file system
> - (often called ext3), the de facto standard Linux file system
> - (method to organize files on a storage device) for hard disks.
> + Ext3 is a jornaling version of the Second extended fs

s/jornaling/journaling/

2003-07-26 21:27:00

by Tomas Szepe

[permalink] [raw]
Subject: Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig

> [[email protected]]
>
> I hate to drag this out further...
>
> Tomas Szepe <[email protected]> writes:
>
> > - This is the journaling version of the Second extended file system
> > - (often called ext3), the de facto standard Linux file system
> > - (method to organize files on a storage device) for hard disks.
> > + Ext3 is a jornaling version of the Second extended fs
>
> s/jornaling/journaling/

Damn.


diff -urN a/fs/Kconfig b/fs/Kconfig
--- a/fs/Kconfig 2003-06-14 23:07:12.000000000 +0200
+++ b/fs/Kconfig 2003-07-26 23:18:35.000000000 +0200
@@ -5,7 +5,7 @@
menu "File systems"

config EXT2_FS
- tristate "Second extended fs support"
+ tristate "Ext2 fs support"
help
This is the de facto standard Linux file system (method to organize
files on a storage device) for hard disks.
@@ -86,11 +86,12 @@
extended attributes for file security labels, say N.

config EXT3_FS
- tristate "Ext3 journalling file system support"
+ tristate "Ext3 journaling file system support"
help
- This is the journaling version of the Second extended file system
- (often called ext3), the de facto standard Linux file system
- (method to organize files on a storage device) for hard disks.
+ Ext3 is a journaling version of the Second extended fs
+ (or just ext2fs), the de facto standard Linux filesystem
+ (method to organize files on a storage device) for block
+ devices such as hard disk partitions.

The journaling code included in this driver means you do not have
to run e2fsck (file system checker) on your file systems after a
@@ -200,7 +201,7 @@
default m if EXT2_FS=m || EXT3_FS=m

config REISERFS_FS
- tristate "Reiserfs support"
+ tristate "Reiserfs support (for v3.5 & v3.6 filesystems)"
help
Stores not just filenames but the files themselves in a balanced
tree. Uses journaling.

2003-07-27 10:54:13

by Alan

[permalink] [raw]
Subject: Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig

On Sad, 2003-07-26 at 20:57, Tomas Szepe wrote:
> $subj + also clarify what fs versions the current reiser module supports.
> Patch against -bk3.


> This is the journaling version of the Second extended file system
- (often called ext3), the de facto standard Linux file system
+ (often called ext2), the de facto standard Linux file system
(method to organize files on a storage device) for hard disks.

It is called ext3 not ext2. This change is dubious (actually the big
problem is it is totally unclear what we are discussing the name of.
How about

Ext3 is the journalling versions of the second extended file system
(ext2). Ext2 was the former de-facto standard Linux file system. Ext3
uses the same on disk layout but with a journal.
...

2003-07-27 11:08:16

by Tomas Szepe

[permalink] [raw]
Subject: Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig

> [[email protected]]
>
> It is called ext3 not ext2. This change is dubious (actually the big
> problem is it is totally unclear what we are discussing the name of.
> How about
>
> Ext3 is the journalling versions of the second extended file system
> (ext2). Ext2 was the former de-facto standard Linux file system. Ext3
> uses the same on disk layout but with a journal.
> ...

I already posted a patch that read:

+ Ext3 is a journaling version of the Second extended fs
+ (or just ext2fs), the de facto standard Linux filesystem
+ (method to organize files on a storage device) for block
+ devices such as hard disk partitions.

I can resend with your version, though we have an almost perfect match
as far as the first clause goes. :)

--
Tomas Szepe <[email protected]>

2003-07-27 13:46:12

by Hans Reiser

[permalink] [raw]
Subject: Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig

Alan Cox wrote:

>On Sad, 2003-07-26 at 20:57, Tomas Szepe wrote:
>
>
>>$subj + also clarify what fs versions the current reiser module supports.
>>Patch against -bk3.
>>
>>
>
>
>
>
>>This is the journaling version of the Second extended file system
>>
>>
>- (often called ext3), the de facto standard Linux file system
>+ (often called ext2), the de facto standard Linux file system
> (method to organize files on a storage device) for hard disks.
>
>It is called ext3 not ext2. This change is dubious (actually the big
>problem is it is totally unclear what we are discussing the name of.
>How about
>
> Ext3 is the journalling versions of the second extended file system
>(ext2). Ext2 was the former de-facto standard Linux file system
>
on redhat.... or did you mean long ago.... ;-)

>. Ext3
>uses the same on disk layout but with a journal.
> ...
>
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to [email protected]
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/
>
>
>
>


--
Hans