Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760873AbYC0S4x (ORCPT ); Thu, 27 Mar 2008 14:56:53 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755686AbYC0S4n (ORCPT ); Thu, 27 Mar 2008 14:56:43 -0400 Received: from terminus.zytor.com ([198.137.202.10]:55657 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753960AbYC0S4l (ORCPT ); Thu, 27 Mar 2008 14:56:41 -0400 Message-ID: <47EBED9B.8020706@zytor.com> Date: Thu, 27 Mar 2008 11:55:23 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: Kay Sievers CC: Mark Lord , Greg KH , Jens Axboe , Jeff Garzik , Tejun Heo , Linus Torvalds , Andrew Morton , Linux Kernel , IDE/ATA development list , linux-scsi Subject: Re: What to do about the 2TB limit on HDIO_GETGEO ? References: <47E875AD.1000901@rtr.ca> <47E87942.2020409@rtr.ca> <47E88A13.70808@zytor.com> <47E90019.3050006@rtr.ca> <47E90458.7030801@zytor.com> <47E9383F.3050908@rtr.ca> <20080325192515.GA24234@suse.de> <47E99A02.7040903@rtr.ca> <3ae72650803271151k5a7b5c4cn5078b3bdf6a9c87a@mail.gmail.com> In-Reply-To: <3ae72650803271151k5a7b5c4cn5078b3bdf6a9c87a@mail.gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 808 Lines: 24 Kay Sievers wrote: >> >> And it's not just a few 10s of lines of code currently, >> but rather about 80-100 lines just to find the correct device subdir, >> and *then* a few more 10s of lines of code to retrieve the value. > > Hmm, 100 lines? What else do you need? > > $ grep -l 8:3 /sys/class/block/*/dev > /sys/class/block/sdc/dev > That's particularly funny, because your very own example gives the wrong result -- sdc is 8:32 not 8:3 (which is sdc3, which is also excluded by your search.) Not to mention the fact that it is still O(n). -hpa -- 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/