Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1184858

Re: [PATCH 0/3] Remove ext3 filesystem driver

From Randy Dunlap <rdunlap@infradead.org>
Newsgroups linux.kernel
Subject Re: [PATCH 0/3] Remove ext3 filesystem driver
Date 2015-07-15 17:10 +0200
Message-ID <pMwtP-30e-3@gated-at.bofh.it> (permalink)
References <pMs6R-4Gg-5@gated-at.bofh.it> <pMvHr-1uR-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 07/15/15 07:18, Theodore Ts'o wrote:
> On Wed, Jul 15, 2015 at 12:26:24PM +0200, Jan Kara wrote:
>>
>>   so I have created this patch set which removes ext3 driver (and some related support
>> code) from the kernel. See changelog of patch 2/3 for more details. If noone objects,
>> I will queue the series in my tree for the next merge window.
>>
>> Jens, are you OK with me merging patch 3/3 or do you want me to send it to you once
>> the first two patches get merged?
>>
>> Ted, this also touches ext4 driver so that it always handles ext3 filesystems so ack
>> from you would be nice.
> 
> Got tired of maintaining ext3, eh?   :-)
> 
> As a minor nit, I wonder if it's worth while to put in some hackery in
> fs/Kconfig so that if someone only has CONFIG_FS_EXT3 defined, but not
> CONFIG_FS_EXT4 defined, that it will automatically enable
> CONFIG_FS_EXT4 instead?  Otherwise someone upgrading their kernel
> might accidentally end up getting a non-functional kernel.
> 
> i.e., something like this? (not tested!)
> 
> config FS_EXT3
>        def_bool n
>        select FS_EXT4


Yes, if someone is going to force us to use ext4, some automation would
be helpful.

Thanks,
-- 
~Randy
--
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/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/3] Remove ext3 filesystem driver Jan Kara <jack@suse.com> - 2015-07-15 12:30 +0200
  Re: [PATCH 0/3] Remove ext3 filesystem driver Nikolay Borisov <n.borisov@siteground.com> - 2015-07-15 13:10 +0200
    Re: [PATCH 0/3] Remove ext3 filesystem driver Jan Kara <jack@suse.cz> - 2015-07-15 14:50 +0200
  Re: [PATCH 0/3] Remove ext3 filesystem driver Theodore Ts'o <tytso@mit.edu> - 2015-07-15 16:20 +0200
    Re: [PATCH 0/3] Remove ext3 filesystem driver Randy Dunlap <rdunlap@infradead.org> - 2015-07-15 17:10 +0200
      Re: [PATCH 0/3] Remove ext3 filesystem driver Eric Sandeen <sandeen@redhat.com> - 2015-07-15 17:20 +0200
        Re: [PATCH 0/3] Remove ext3 filesystem driver Randy Dunlap <rdunlap@infradead.org> - 2015-07-15 17:20 +0200
    Re: [PATCH 0/3] Remove ext3 filesystem driver Randy Dunlap <rdunlap@infradead.org> - 2015-07-15 17:10 +0200
  Re: [PATCH 0/3] Remove ext3 filesystem driver Jens Axboe <axboe@kernel.dk> - 2015-07-15 16:50 +0200
  Re: [PATCH 0/3] Remove ext3 filesystem driver Joe Perches <joe@perches.com> - 2015-07-15 17:10 +0200

csiph-web