2002-09-26 20:01:42

by Marc-Christian Petersen

[permalink] [raw]
Subject: [PATCH] 2.5.38 - Config.in: Second extended fs rename / move Ext3 to a wiser place

Hi there,

these are just cosmetic fixes.

I think we can do the following:

1. rename: "Second extended fs support" to "Ext2 file system support"
(to be equal to Ext3fs)

2. move: "Ext3 journalling file system support" near under to Ext2 fs.

Coments?

--

I also thought about splitting the "Journal Filesystems" into an extra menu
option just to clear up the whole menu a bit since we have: ReiserFS, Ext3,
XFS, JFS, JFFS and JFFSv2. I cooked up a patch which does it, also attached!

Comments?



All against 2.5.38 vanilla.

Linus, if ok, please apply either 2.5_1* and 2.5_2* or 2.5_1* and the patch
which removes current journalfs entries and creates a new menu option.

--
Kind regards
Marc-Christian Petersen

http://sourceforge.net/projects/wolk

PGP/GnuPG Key: 1024D/569DE2E3DB441A16
Fingerprint: 3469 0CF8 CA7E 0042 7824 080A 569D E2E3 DB44 1A16
Key available at http://www.keyserver.net. Encrypted e-mail preferred.


Attachments:
2.5_1-ext2-rename.patch (372.00 B)
journal-fs-move.patch (5.75 kB)
2.5_2-ext3-move-right-place.patch (1.37 kB)
Download all attachments

2002-09-26 21:16:40

by Christoph Hellwig

[permalink] [raw]
Subject: Re: [PATCH] 2.5.38 - Config.in: Second extended fs rename / move Ext3 to a wiser place

On Thu, Sep 26, 2002 at 09:53:56PM +0200, Marc-Christian Petersen wrote:
> Hi there,
>
> these are just cosmetic fixes.
>
> I think we can do the following:
>
> 1. rename: "Second extended fs support" to "Ext2 file system support"
> (to be equal to Ext3fs)
>
> 2. move: "Ext3 journalling file system support" near under to Ext2 fs.
>
> Coments?

What's the point?

> I also thought about splitting the "Journal Filesystems" into an extra menu
> option just to clear up the whole menu a bit since we have: ReiserFS, Ext3,
> XFS, JFS, JFFS and JFFSv2. I cooked up a patch which does it, also attached!

The idea makes zero sense. Blockbased filesystems sounds like more
useful split if the menu is really to big for you.

2002-09-26 21:42:31

by Hans Reiser

[permalink] [raw]
Subject: Re: [PATCH] 2.5.38 - Config.in: Second extended fs rename / move Ext3 to a wiser place

Marc-Christian Petersen wrote:

>
>I also thought about splitting the "Journal Filesystems" into an extra menu
>option just to clear up the whole menu a bit since we have: ReiserFS, Ext3,
>XFS, JFS, JFFS and JFFSv2. I cooked up a patch which does it, also attached!
>
>
>

I don't think it is very significant that ReiserFS version 3 is a
journaling file system in the long term (though it did matter a lot in
2.4), and Reiser4 is arguably not a journaling file system, but rather a
wandering log filesystem, so I think that such a categorization is not a
good one.

I think that journaling is only a transitory differentiator, and only a
differentiator vs. ext2. It would make more sense to call ext2 "Ext2
(obsolete, requires long waits for fsck after crashes )", and then users
can decide for themselves who obsoleted it first.;-)

Hans