From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1030234AbWFIPwf (ORCPT ); Fri, 9 Jun 2006 11:52:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1030226AbWFIPwf (ORCPT ); Fri, 9 Jun 2006 11:52:35 -0400 Received: from srv5.dvmed.net ([207.36.208.214]:11149 "EHLO mail.dvmed.net") by vger.kernel.org with ESMTP id S1030234AbWFIPwe (ORCPT ); Fri, 9 Jun 2006 11:52:34 -0400 Message-ID: <4489993D.7070203@garzik.org> Date: Fri, 09 Jun 2006 11:52:29 -0400 From: Jeff Garzik User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: Alex Tomas CC: Andreas Dilger , Andrew Morton , ext2-devel , linux-kernel@vger.kernel.org, Linus Torvalds , cmm@us.ibm.com, linux-fsdevel@vger.kernel.org Subject: Re: [Ext2-devel] [RFC 0/13] extents and 48bit ext3 References: <1149816055.4066.60.camel@dyn9047017069.beaverton.ibm.com> <4488E1A4.20305@garzik.org> <20060609083523.GQ5964@schatzie.adilger.int> <44898EE3.6080903@garzik.org> <44899778.1010705@garzik.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.2 (----) X-Spam-Report: SpamAssassin version 3.1.1 on srv5.dvmed.net summary: Content analysis details: (-4.2 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Alex Tomas wrote: >>>>>> Jeff Garzik (JG) writes: > > JG> Alex Tomas wrote: > JG> "ext3" will become more and more meaningless. It could mean > >> _any_ of JG> several filesystem metadata variants, and the admin > >> will have no clue JG> which variant they are talking to until they > >> try to mount the blkdev JG> (and possibly fail the mount). > >> debugfs -R stats | grep features ? > > JG> The question is, do you > > JG> a) expect users to run this magic command, and DTRT or > > JG> b) watch users boot w/ extents, accidentally do something silly like > JG> writing data to a file, and become locked into a new subset of kernels? > > at the moment there is no way to "boot w/ extents". you must enable > them by mount option. Think about how distros will deploy this feature. Also, think about how scalable that line of thinking is... Jeff