From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756400AbbI1Gxa (ORCPT ); Mon, 28 Sep 2015 02:53:30 -0400 Received: from smtp.infotech.no ([82.134.31.41]:40616 "EHLO smtp.infotech.no" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755542AbbI1Gx1 (ORCPT ); Mon, 28 Sep 2015 02:53:27 -0400 Reply-To: dgilbert@interlog.com Subject: Re: [PATCH v3 2/4] scsi: cleanup scsi/scsi_ioctl.h References: <1443173264-4105-1-git-send-email-pbonzini@redhat.com> <1443173264-4105-3-git-send-email-pbonzini@redhat.com> To: Paolo Bonzini , linux-kernel@vger.kernel.org, kvm@vger.kernel.org Cc: bart.vanassche@sandisk.com, James Bottomley , Christoph Hellwig , linux-scsi@vger.kernel.org From: Douglas Gilbert Message-ID: <5608E274.8080901@interlog.com> Date: Mon, 28 Sep 2015 08:47:16 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <1443173264-4105-3-git-send-email-pbonzini@redhat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 15-09-25 11:27 AM, Paolo Bonzini wrote: > SCSI_REMOVAL_* goes together with other SCSI command constants in > include/scsi/scsi.h. It is also used outside the implementation > of the ioctls (and it is not part of the user API). > > scsi_fctargaddress/Scsi_FCTargAddress has had no in-tree use since > commit ca61f10ab2b8 ("[SCSI] remove broken driver cpqfc", 2005-10-29). > Remove it, just in time for the the tenth anniversary of its demise. > > Cc: James Bottomley > Cc: Christoph Hellwig > Cc: linux-scsi@vger.kernel.org > Reviewed-by: Bart Van Assche > Signed-off-by: Paolo Bonzini Acked-by: Douglas Gilbert