Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760801AbZDGS2e (ORCPT ); Tue, 7 Apr 2009 14:28:34 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758873AbZDGS2V (ORCPT ); Tue, 7 Apr 2009 14:28:21 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:47847 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758469AbZDGS2U (ORCPT ); Tue, 7 Apr 2009 14:28:20 -0400 Date: Tue, 7 Apr 2009 11:22:47 -0700 (PDT) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Jeff Garzik cc: Arjan van de Ven , Mark Lord , Theodore Tso , Jens Axboe , Linux Kernel Developers List , Ext4 Developers List Subject: Re: [GIT PULL] Ext3 latency fixes In-Reply-To: Message-ID: References: <20090404135719.GA9812@mit.edu> <20090404151649.GE5178@kernel.dk> <20090404173412.GF5178@kernel.dk> <20090404180108.GH5178@kernel.dk> <20090404232222.GA7480@mit.edu> <20090404163349.20df1208@infradead.org> <20090405001005.GA7553@mit.edu> <49D8E71F.6000703@rtr.ca> <49D91B31.90300@garzik.org> <20090405164831.7ad01c20@infradead.org> <49D99775.9030104@garzik.org> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 984 Lines: 29 On Tue, 7 Apr 2009, Linus Torvalds wrote: > > Something like this might be a good idea. And it clearly is "something like". > I've seen several SSD's that do _not_ do that whole RPM == 1 thing, but > they have "SSD" in their names. > > I forget how the ID is stored (I have this memory of it being big-endian > 16-bit words or something crazy like that?), but aside from fixing up that > kind of crazyness, maybe something like this is worth it? Yeah, just checked. My memory wasn't wrong, and that code can not possibly work. Not only isn't that whole field generally NUL-terminated at all, my recollection of odd 16-bit byte ordering was right. So that patch is crap. But the _concept_ may be worth pursuing. Linus -- 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/