linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [TRIVIAL] use ext2/ext3 consistently in Kconfig
@ 2003-07-26 19:57 Tomas Szepe
  2003-07-26 20:21 ` Jeff Sipek
  2003-07-27 11:05 ` Alan Cox
  0 siblings, 2 replies; 12+ messages in thread
From: Tomas Szepe @ 2003-07-26 19:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: lkml

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

-- 
Tomas Szepe <szepe@pinerecords.com>


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.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig
  2003-07-26 19:57 [TRIVIAL] use ext2/ext3 consistently in Kconfig Tomas Szepe
@ 2003-07-26 20:21 ` Jeff Sipek
  2003-07-26 20:28   ` Sean Neakums
  2003-07-26 20:52   ` Kurt Wall
  2003-07-27 11:05 ` Alan Cox
  1 sibling, 2 replies; 12+ messages in thread
From: Jeff Sipek @ 2003-07-26 20:21 UTC (permalink / raw)
  To: Tomas Szepe, Linus Torvalds; +Cc: lkml

-----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-----


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig
  2003-07-26 20:21 ` Jeff Sipek
@ 2003-07-26 20:28   ` Sean Neakums
  2003-07-26 21:21     ` Tomas Szepe
  2003-07-26 20:52   ` Kurt Wall
  1 sibling, 1 reply; 12+ messages in thread
From: Sean Neakums @ 2003-07-26 20:28 UTC (permalink / raw)
  To: Jeff Sipek; +Cc: Tomas Szepe, Linus Torvalds, lkml

Jeff Sipek <jeffpc@optonline.net> 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.


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig
  2003-07-26 20:21 ` Jeff Sipek
  2003-07-26 20:28   ` Sean Neakums
@ 2003-07-26 20:52   ` Kurt Wall
  2003-07-26 21:01     ` Sean Neakums
  1 sibling, 1 reply; 12+ messages in thread
From: Kurt Wall @ 2003-07-26 20:52 UTC (permalink / raw)
  To: linux-kernel

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.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig
  2003-07-26 20:52   ` Kurt Wall
@ 2003-07-26 21:01     ` Sean Neakums
  0 siblings, 0 replies; 12+ messages in thread
From: Sean Neakums @ 2003-07-26 21:01 UTC (permalink / raw)
  To: linux-kernel

Kurt Wall <kwall@kurtwerks.com> 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*


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig
  2003-07-26 20:28   ` Sean Neakums
@ 2003-07-26 21:21     ` Tomas Szepe
  2003-07-26 21:30       ` Sean Neakums
  0 siblings, 1 reply; 12+ messages in thread
From: Tomas Szepe @ 2003-07-26 21:21 UTC (permalink / raw)
  To: Jeff Sipek, Linus Torvalds, lkml

> [sneakums@zork.net]
> 
> Jeff Sipek <jeffpc@optonline.net> 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.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig
  2003-07-26 21:21     ` Tomas Szepe
@ 2003-07-26 21:30       ` Sean Neakums
  2003-07-26 21:40         ` Tomas Szepe
  0 siblings, 1 reply; 12+ messages in thread
From: Sean Neakums @ 2003-07-26 21:30 UTC (permalink / raw)
  To: linux-kernel

I hate to drag this out further...

Tomas Szepe <szepe@pinerecords.com> 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/


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig
  2003-07-26 21:30       ` Sean Neakums
@ 2003-07-26 21:40         ` Tomas Szepe
  0 siblings, 0 replies; 12+ messages in thread
From: Tomas Szepe @ 2003-07-26 21:40 UTC (permalink / raw)
  To: linux-kernel

> [sneakums@zork.net]
> 
> I hate to drag this out further...
> 
> Tomas Szepe <szepe@pinerecords.com> 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.

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig
  2003-07-26 19:57 [TRIVIAL] use ext2/ext3 consistently in Kconfig Tomas Szepe
  2003-07-26 20:21 ` Jeff Sipek
@ 2003-07-27 11:05 ` Alan Cox
  2003-07-27 11:23   ` Tomas Szepe
  2003-07-27 13:59   ` Hans Reiser
  1 sibling, 2 replies; 12+ messages in thread
From: Alan Cox @ 2003-07-27 11:05 UTC (permalink / raw)
  To: Tomas Szepe; +Cc: Linus Torvalds, lkml

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.
 ...


^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig
  2003-07-27 11:05 ` Alan Cox
@ 2003-07-27 11:23   ` Tomas Szepe
  2003-07-27 13:59   ` Hans Reiser
  1 sibling, 0 replies; 12+ messages in thread
From: Tomas Szepe @ 2003-07-27 11:23 UTC (permalink / raw)
  To: Alan Cox; +Cc: Linus Torvalds, lkml

> [alan@lxorguk.ukuu.org.uk]
> 
> 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 <szepe@pinerecords.com>

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [TRIVIAL] use ext2/ext3 consistently in Kconfig
  2003-07-27 11:05 ` Alan Cox
  2003-07-27 11:23   ` Tomas Szepe
@ 2003-07-27 13:59   ` Hans Reiser
  1 sibling, 0 replies; 12+ messages in thread
From: Hans Reiser @ 2003-07-27 13:59 UTC (permalink / raw)
  To: Alan Cox; +Cc: Tomas Szepe, Linus Torvalds, lkml

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 majordomo@vger.kernel.org
>More majordomo info at  http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at  http://www.tux.org/lkml/
>
>
>  
>


-- 
Hans



^ permalink raw reply	[flat|nested] 12+ messages in thread

* [TRIVIAL] use ext2/ext3 consistently in Kconfig
@ 2003-08-05  7:29 Tomas Szepe
  0 siblings, 0 replies; 12+ messages in thread
From: Tomas Szepe @ 2003-08-05  7:29 UTC (permalink / raw)
  To: torvalds; +Cc: lkml

Resend: patch against test2-bk4.
Use ext2/ext3 consistently in Kconfig.  Also clarify what fs versions the
current reiser module supports.

-- 
Tomas Szepe <szepe@pinerecords.com>


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.

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2003-08-05  7:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-26 19:57 [TRIVIAL] use ext2/ext3 consistently in Kconfig Tomas Szepe
2003-07-26 20:21 ` Jeff Sipek
2003-07-26 20:28   ` Sean Neakums
2003-07-26 21:21     ` Tomas Szepe
2003-07-26 21:30       ` Sean Neakums
2003-07-26 21:40         ` Tomas Szepe
2003-07-26 20:52   ` Kurt Wall
2003-07-26 21:01     ` Sean Neakums
2003-07-27 11:05 ` Alan Cox
2003-07-27 11:23   ` Tomas Szepe
2003-07-27 13:59   ` Hans Reiser
2003-08-05  7:29 Tomas Szepe

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).