From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: [PATCH] sd: Disable support for 256 byte/sector disks Date: Wed, 13 May 2015 07:17:42 -0700 Message-ID: <1431526662.2363.22.camel@HansenPartnership.com> References: <1431506949-11398-1-git-send-email-hare@suse.de> <1431525655.2363.13.camel@HansenPartnership.com> <55535B30.8080602@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from bedivere.hansenpartnership.com ([66.63.167.143]:41114 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965056AbbEMORx (ORCPT ); Wed, 13 May 2015 10:17:53 -0400 In-Reply-To: <55535B30.8080602@suse.de> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Hannes Reinecke Cc: Mark Hounschell , linux-scsi@vger.kernel.org, Christoph Hellwig On Wed, 2015-05-13 at 16:09 +0200, Hannes Reinecke wrote: > On 05/13/2015 04:00 PM, James Bottomley wrote: > > On Wed, 2015-05-13 at 10:49 +0200, Hannes Reinecke wrote: > >> 256 bytes per sector support has been broken since 2.6.X, > >> and no-one stepped up to fix this. > >> So disable support for it. > > > > I assume this should have a > > > > From: Mark Hounschell > > > > at the top? > > > > James > > > I wasn't sure, as I've pulled the patch off bugzilla. > But do whatever you see fit. It needs authorship (From: field) of whoever wrote it and put it on bugzilla in the first place. According to the entry, it was him: https://bugzilla.kernel.org/show_bug.cgi?id=16058#c18 James