From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH] 2.6.35 libata support for > 512 byte sectors (e.g. 4K Native) Date: Tue, 17 Aug 2010 17:22:11 +0200 Message-ID: <4C6AA923.4040302@kernel.org> References: <4C699455.6020200@pobox.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Grant Grundler Cc: Jeff Garzik , "Wilcox, Matthew R" , Linux IDE , Gwendal Grignou , LKML List-Id: linux-ide@vger.kernel.org Hello, On 08/16/2010 10:24 PM, Grant Grundler wrote: > I suspect legacy tools might be needed to update firmware and those > might continue to function if DRQ block size is still 512 byte. I'd > like to leave this hardcoded to ATA_SECT_SIZE until someone can > demonstrate a need to change it. Ok? I agree it'll be best to leave it 512bytes. We'll just cause more confusion by overriding the sector size there. Another possible approach would be simply failing the ioctl if logical sector size isn't 512 byte. The ioctl should probably be deprecated one day anyway. Thanks. -- tejun