From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [GIT PULL] Ext3 removal, quota & udf fixes Date: Mon, 31 Aug 2015 23:44:22 -0700 Message-ID: <20150901064422.GA16503@infradead.org> References: <20150831061920.GA2751@quack.suse.cz> <55E4D5DE.2030709@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Linus Torvalds , Jan Kara , LKML , "linux-ext4@vger.kernel.org" , linux-fsdevel To: Raymond Jennings Return-path: Received: from bombadil.infradead.org ([198.137.202.9]:59784 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752216AbbIAGo0 (ORCPT ); Tue, 1 Sep 2015 02:44:26 -0400 Content-Disposition: inline In-Reply-To: <55E4D5DE.2030709@gmail.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon, Aug 31, 2015 at 03:31:58PM -0700, Raymond Jennings wrote: > I think also that we should remove the ext2 driver before we remove the ext3 > driver. Very strong disagreement here. Compare to ext4 and ext3, ext2 is a very different beast with a different architecture. It's basically our template for "simple" file system drivers, and very useful for that alone, nevermind for all the systems that don't want a complicated journaling or log based file system for various reasons.