From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030502AbWFIVSe (ORCPT ); Fri, 9 Jun 2006 17:18:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030499AbWFIVSe (ORCPT ); Fri, 9 Jun 2006 17:18:34 -0400 Received: from [80.71.248.82] ([80.71.248.82]:54177 "EHLO gw.home.net") by vger.kernel.org with ESMTP id S932568AbWFIVSd (ORCPT ); Fri, 9 Jun 2006 17:18:33 -0400 X-Comment-To: Joel Becker To: Alex Tomas Cc: Jeff Garzik , Alan Cox , Chase Venters , Andreas Dilger , Andrew Morton , ext2-devel , linux-kernel@vger.kernel.org, cmm@us.ibm.com, linux-fsdevel@vger.kernel.org Subject: Re: [Ext2-devel] [RFC 0/13] extents and 48bit ext3 References: <1149880865.22124.70.camel@localhost.localdomain> <4489CB42.6020709@garzik.org> <20060609204418.GG3574@ca-server1.us.oracle.com> <20060609211123.GI3574@ca-server1.us.oracle.com> From: Alex Tomas Organization: HOME Date: Sat, 10 Jun 2006 01:20:31 +0400 In-Reply-To: <20060609211123.GI3574@ca-server1.us.oracle.com> (Joel Becker's message of "Fri, 9 Jun 2006 14:11:23 -0700") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org >>>>> Joel Becker (JB) writes: JB> When I say "you", I mean the general consensus. You can scream JB> "don't do this" as loud as you want, the world might drown you out. Not JB> every random person that sees "new extents in ext3" is going to know JB> that Alex is the authority. They certainly aren't going to read the JB> documentation. They'll read some comment on some website that says "all JB> you need is '-o extents'!" two point here: a) warnings should be made visible at mount time, something like printk(KERN_CRIT ...) b) I don't think you're going to fight all crazy people in the world, they'll definitely find a way to break something: data or something else. thanks, Alex PS. in the end, "extents" option affects *new* files only. and one can boot extents-enabled kernel and convert fs back.